mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue