added myself as maintainer

svn path=/nixpkgs/branches/stdenv-updates/; revision=29618
This commit is contained in:
Peter Simons 2011-10-03 20:50:08 +00:00
parent eaaaad5203
commit f74e361e45

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation {
homepage = http://www.cups.org/;
description = "A standards-based printing system for UNIX";
license = "GPLv2"; # actually LGPL for the library and GPL for the rest
maintainers = [ stdenv.lib.maintainers.urkud ];
maintainers = [ stdenv.lib.maintainers.urkud stdenv.lib.maintainers.simons ];
platforms = stdenv.lib.platforms.linux;
};
}