maintainers: remove sjourdois

no github account linked
main
ajs124 2 years ago
parent d62c3bb22e
commit 3f5b809a5f
  1. 4
      maintainers/maintainer-list.nix
  2. 2
      pkgs/development/python-modules/et_xmlfile/default.nix
  3. 2
      pkgs/development/python-modules/jinja2/default.nix
  4. 2
      pkgs/development/python-modules/lxml/default.nix
  5. 2
      pkgs/development/python-modules/openpyxl/default.nix
  6. 2
      pkgs/development/python-modules/pygal/default.nix
  7. 2
      pkgs/development/python2-modules/jinja2/default.nix

@ -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…
Cancel
Save