about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2016-04-07 11:19:08 +0100
committerJoe Hermaszewski <git@monoid.al>2016-04-07 11:34:53 +0100
commit2be0505b8df56a65e5b19910e3133fd41d5666b7 (patch)
tree0acbc1892a85496d93cde50c341d73064ade3279 /pkgs
parenta4e7cc58bb7829c52907c6047ee48720b0a9c544 (diff)
downloadnixlib-2be0505b8df56a65e5b19910e3133fd41d5666b7.tar
nixlib-2be0505b8df56a65e5b19910e3133fd41d5666b7.tar.gz
nixlib-2be0505b8df56a65e5b19910e3133fd41d5666b7.tar.bz2
nixlib-2be0505b8df56a65e5b19910e3133fd41d5666b7.tar.lz
nixlib-2be0505b8df56a65e5b19910e3133fd41d5666b7.tar.xz
nixlib-2be0505b8df56a65e5b19910e3133fd41d5666b7.tar.zst
nixlib-2be0505b8df56a65e5b19910e3133fd41d5666b7.zip
pythonPackages.cgkit: Add maintenance information
Add @expipiplus as a maintainer.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 4570586420df..d46f59b56e07 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 ];
     };
   };