maintainers: remove sjourdois

no github account linked
This commit is contained in:
ajs124
2022-06-29 00:54:59 +02:00
parent d62c3bb22e
commit 3f5b809a5f
7 changed files with 6 additions and 10 deletions
@@ -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 ];
};
}