Author: viric Date: 2010-06-18 09:45:23 +0000 (Fri, 18 Jun 2010) New Revision: 22323
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22323&view=rev Modified: nixpkgs/trunk/pkgs/misc/drivers/hplip/default.nix Log: Fixing the hplip meta info, so nixpkgs can be evaluated again by hydra (and nix-env -qa) Changes: Modified: nixpkgs/trunk/pkgs/misc/drivers/hplip/default.nix =================================================================== --- nixpkgs/trunk/pkgs/misc/drivers/hplip/default.nix 2010-06-18 08:16:21 UTC (rev 22322) +++ nixpkgs/trunk/pkgs/misc/drivers/hplip/default.nix 2010-06-18 09:45:23 UTC (rev 22323) @@ -42,6 +42,6 @@ meta = { description = "Print, scan and fax HP drivers for Linux"; homepage = http://hplipopensource.com/; - license = "free" # MIT/BSD/GPL + license = "free"; # MIT/BSD/GPL }; } _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
