summary refs log tree commit diff
path: root/pkgs/os-specific/linux/xf86-input-wacom
diff options
context:
space:
mode:
authorCillian de Roiste <cillian.deroiste@gmail.com>2011-02-16 23:37:13 +0000
committerCillian de Roiste <cillian.deroiste@gmail.com>2011-02-16 23:37:13 +0000
commitdd5ad62588ab1e3a382b57f9b11c57bcdc68484c (patch)
treeda990b4e4ce6f366f07eaaa5c879fae05adb35b2 /pkgs/os-specific/linux/xf86-input-wacom
parente80dc8eb7f0e91d3c38005b84d3c262eec30c4d7 (diff)
downloadnixpkgs-dd5ad62588ab1e3a382b57f9b11c57bcdc68484c.tar
nixpkgs-dd5ad62588ab1e3a382b57f9b11c57bcdc68484c.tar.gz
nixpkgs-dd5ad62588ab1e3a382b57f9b11c57bcdc68484c.tar.bz2
nixpkgs-dd5ad62588ab1e3a382b57f9b11c57bcdc68484c.tar.lz
nixpkgs-dd5ad62588ab1e3a382b57f9b11c57bcdc68484c.tar.xz
nixpkgs-dd5ad62588ab1e3a382b57f9b11c57bcdc68484c.tar.zst
nixpkgs-dd5ad62588ab1e3a382b57f9b11c57bcdc68484c.zip
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
Diffstat (limited to 'pkgs/os-specific/linux/xf86-input-wacom')
-rw-r--r--pkgs/os-specific/linux/xf86-input-wacom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/xf86-input-wacom/default.nix b/pkgs/os-specific/linux/xf86-input-wacom/default.nix
index 45c4ce30f72..1102b2ebe40 100644
--- a/pkgs/os-specific/linux/xf86-input-wacom/default.nix
+++ b/pkgs/os-specific/linux/xf86-input-wacom/default.nix
@@ -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
   };
 }