Fixing the hplip meta info, so nixpkgs can be evaluated again by hydra (and nix-env -qa)

svn path=/nixpkgs/trunk/; revision=22323
This commit is contained in:
Lluís Batlle i Rossell 2010-06-18 09:45:23 +00:00
parent da9e4402ee
commit 583ca54705

View File

@ -42,6 +42,6 @@ stdenv.mkDerivation {
meta = {
description = "Print, scan and fax HP drivers for Linux";
homepage = http://hplipopensource.com/;
license = "free" # MIT/BSD/GPL
license = "free"; # MIT/BSD/GPL
};
}