maintainers: remove sjourdois
no github account linked
This commit is contained in:
parent
d62c3bb22e
commit
3f5b809a5f
@ -11728,10 +11728,6 @@
|
||||
githubId = 158321;
|
||||
name = "Stewart Mackenzie";
|
||||
};
|
||||
sjourdois = {
|
||||
email = "sjourdois@gmail.com";
|
||||
name = "Stéphane ‘kwisatz’ Jourdois";
|
||||
};
|
||||
skeidel = {
|
||||
email = "svenkeidel@gmail.com";
|
||||
github = "svenkeidel";
|
||||
|
@ -34,7 +34,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
homepage = "https://pypi.python.org/pypi/et_xmlfile";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ sjourdois ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -49,6 +49,6 @@ buildPythonPackage rec {
|
||||
syntax. Then the template is passed data to render the final document.
|
||||
an optional sandboxed environment.
|
||||
'';
|
||||
maintainers = with maintainers; [ pierron sjourdois ];
|
||||
maintainers = with maintainers; [ pierron ];
|
||||
};
|
||||
}
|
||||
|
@ -30,6 +30,6 @@ buildPythonPackage rec {
|
||||
description = "Pythonic binding for the libxml2 and libxslt libraries";
|
||||
homepage = "https://lxml.de";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ jonringer sjourdois ];
|
||||
maintainers = with maintainers; [ jonringer ];
|
||||
};
|
||||
}
|
||||
|
@ -35,6 +35,6 @@ buildPythonPackage rec {
|
||||
description = "A Python library to read/write Excel 2007 xlsx/xlsm files";
|
||||
homepage = "https://openpyxl.readthedocs.org";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ lihop sjourdois ];
|
||||
maintainers = with lib.maintainers; [ lihop ];
|
||||
};
|
||||
}
|
||||
|
@ -40,6 +40,6 @@ buildPythonPackage rec {
|
||||
description = "Sexy and simple python charting";
|
||||
homepage = "http://www.pygal.org";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [ sjourdois ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -37,6 +37,6 @@ buildPythonPackage rec {
|
||||
Django inspired non-XML syntax but supports inline expressions and
|
||||
an optional sandboxed environment.
|
||||
'';
|
||||
maintainers = with maintainers; [ pierron sjourdois ];
|
||||
maintainers = with maintainers; [ pierron ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user