mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
hplip: update license attribute
This commit is contained in:
parent
ac696769af
commit
4e11748886
@ -118,7 +118,9 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Print, scan and fax HP drivers for Linux";
|
||||
homepage = http://hplipopensource.com/;
|
||||
license = if withPlugin then licenses.unfree else "free"; # MIT/BSD/GPL
|
||||
license = if withPlugin
|
||||
then licenses.unfree
|
||||
else with stdenv.licenses; [ mit bsd2 gpl2Plus ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ ttuegel jgeerds ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user