pythonPackages.cgkit: Add maintenance information

Add @expipiplus as a maintainer.
This commit is contained in:
Joe Hermaszewski 2016-04-07 11:19:08 +01:00
parent a4e7cc58bb
commit 2be0505b8d
2 changed files with 3 additions and 0 deletions

View file

@ -114,6 +114,7 @@
ertes = "Ertugrul Söylemez <ertesx@gmx.de>";
exi = "Reno Reckling <nixos@reckling.org>";
exlevan = "Alexey Levan <exlevan@gmail.com>";
expipiplus1 = "Joe Hermaszewski <nix@monoid.al>";
fadenb = "Tristan Helmich <tristan.helmich+nixos@gmail.com>";
falsifian = "James Cook <james.cook@utoronto.ca>";
flosse = "Markus Kohlhase <mail@markus-kohlhase.de>";

View file

@ -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 ];
};
};