maintainers: remove sjourdois

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:41:29 +02:00
parent d62c3bb22e
commit 3f5b809a5f
7 changed files with 6 additions and 10 deletions

View file

@ -11728,10 +11728,6 @@
githubId = 158321; githubId = 158321;
name = "Stewart Mackenzie"; name = "Stewart Mackenzie";
}; };
sjourdois = {
email = "sjourdois@gmail.com";
name = "Stéphane kwisatz Jourdois";
};
skeidel = { skeidel = {
email = "svenkeidel@gmail.com"; email = "svenkeidel@gmail.com";
github = "svenkeidel"; github = "svenkeidel";

View file

@ -34,7 +34,7 @@ buildPythonPackage rec {
''; '';
homepage = "https://pypi.python.org/pypi/et_xmlfile"; homepage = "https://pypi.python.org/pypi/et_xmlfile";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ sjourdois ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -49,6 +49,6 @@ buildPythonPackage rec {
syntax. Then the template is passed data to render the final document. syntax. Then the template is passed data to render the final document.
an optional sandboxed environment. an optional sandboxed environment.
''; '';
maintainers = with maintainers; [ pierron sjourdois ]; maintainers = with maintainers; [ pierron ];
}; };
} }

View file

@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "Pythonic binding for the libxml2 and libxslt libraries"; description = "Pythonic binding for the libxml2 and libxslt libraries";
homepage = "https://lxml.de"; homepage = "https://lxml.de";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jonringer sjourdois ]; maintainers = with maintainers; [ jonringer ];
}; };
} }

View file

@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "A Python library to read/write Excel 2007 xlsx/xlsm files"; description = "A Python library to read/write Excel 2007 xlsx/xlsm files";
homepage = "https://openpyxl.readthedocs.org"; homepage = "https://openpyxl.readthedocs.org";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ lihop sjourdois ]; maintainers = with lib.maintainers; [ lihop ];
}; };
} }

View file

@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "Sexy and simple python charting"; description = "Sexy and simple python charting";
homepage = "http://www.pygal.org"; homepage = "http://www.pygal.org";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ sjourdois ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -37,6 +37,6 @@ buildPythonPackage rec {
Django inspired non-XML syntax but supports inline expressions and Django inspired non-XML syntax but supports inline expressions and
an optional sandboxed environment. an optional sandboxed environment.
''; '';
maintainers = with maintainers; [ pierron sjourdois ]; maintainers = with maintainers; [ pierron ];
}; };
} }