forked from mirrors/nixpkgs
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:
parent
da9e4402ee
commit
583ca54705
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue