From dd5ad62588ab1e3a382b57f9b11c57bcdc68484c Mon Sep 17 00:00:00 2001 From: Cillian de Roiste Date: Wed, 16 Feb 2011 23:37:13 +0000 Subject: 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 --- pkgs/os-specific/linux/xf86-input-wacom/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/os-specific/linux') 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 }; } -- cgit 1.4.1