From 2be0505b8df56a65e5b19910e3133fd41d5666b7 Mon Sep 17 00:00:00 2001 From: Joe Hermaszewski Date: Thu, 7 Apr 2016 11:19:08 +0100 Subject: [PATCH] pythonPackages.cgkit: Add maintenance information Add @expipiplus as a maintainer. --- lib/maintainers.nix | 1 + pkgs/top-level/python-packages.nix | 2 ++ 2 files changed, 3 insertions(+) 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 ]; }; };