Author: cillian
Date: Wed Feb 16 23:37:13 2011
New Revision: 26004
URL: https://svn.nixos.org/websvn/nix/?rev=26004&sc=1

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

Modified:
   nixpkgs/trunk/pkgs/os-specific/linux/xf86-input-wacom/default.nix

Modified: nixpkgs/trunk/pkgs/os-specific/linux/xf86-input-wacom/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/xf86-input-wacom/default.nix   Wed Feb 
16 23:34:19 2011        (r26003)
+++ nixpkgs/trunk/pkgs/os-specific/linux/xf86-input-wacom/default.nix   Wed Feb 
16 23:37:13 2011        (r26004)
@@ -27,10 +27,10 @@
     '';
 
   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
   };
 }
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to