summary refs log tree commit diff
path: root/pkgs/development/python-modules/lxml
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 01:41:29 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:54:59 +0200
commit3f5b809a5fc735cfc3a35752ca6fd67240314d12 (patch)
treeae250b99dc22d0a56afb1f7f822b4080dc4d564c /pkgs/development/python-modules/lxml
parentd62c3bb22ea458fee4aa0471587bc0b39570e1b1 (diff)
maintainers: remove sjourdois
no github account linked
Diffstat (limited to 'pkgs/development/python-modules/lxml')
-rw-r--r--pkgs/development/python-modules/lxml/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/lxml/default.nix b/pkgs/development/python-modules/lxml/default.nix
index c9d4a7cf9616c..08b66f8ff5fb2 100644
--- a/pkgs/development/python-modules/lxml/default.nix
+++ b/pkgs/development/python-modules/lxml/default.nix
@@ -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 ];
   };
 }