diff --git a/lib/maintainers.nix b/lib/maintainers.nix index 09f928be20a..28b009471e2 100644 --- a/lib/maintainers.nix +++ b/lib/maintainers.nix @@ -114,6 +114,7 @@ ertes = "Ertugrul Söylemez "; exi = "Reno Reckling "; exlevan = "Alexey Levan "; + expipiplus1 = "Joe Hermaszewski "; fadenb = "Tristan Helmich "; falsifian = "James Cook "; flosse = "Markus Kohlhase "; diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 4570586420d..d46f59b56e0 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -2946,6 +2946,7 @@ in modules // { }; }; + # This package is no longer actively maintained and can be removed if it becomes broken. cgkit = buildPythonPackage rec { version = "2.0.0"; name = "cgkit-${version}"; @@ -2969,6 +2970,7 @@ in modules // { meta = { homepage = http://cgkit.sourceforge.net; description = "Python Computer Graphics Kit"; + maintainers = with maintainers; [ expipiplus1 ]; }; };