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:
parent
e80dc8eb7f
commit
dd5ad62588
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user