Adding myself as a maintainer since I want to keep this working, and applying the new style of license

svn path=/nixpkgs/trunk/; revision=26004
This commit is contained in:
Cillian de Roiste 2011-02-16 23:37:13 +00:00
parent e80dc8eb7f
commit dd5ad62588

View File

@ -27,10 +27,10 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
maintainers = [ maintainers.urkud ];
maintainers = [ maintainers.goibhniu maintainers.urkud ];
description = "Wacom digitizer driver for X11";
homepage = http://linuxwacom.sourceforge.net;
license = "GPLv2";
license = licenses.gpl2;
platforms = platforms.linux; # Probably, works with other unices as well
};
}