hplip: update license attribute
This commit is contained in:
parent
ac696769af
commit
4e11748886
@ -118,7 +118,9 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Print, scan and fax HP drivers for Linux";
|
description = "Print, scan and fax HP drivers for Linux";
|
||||||
homepage = http://hplipopensource.com/;
|
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;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ttuegel jgeerds ];
|
maintainers = with maintainers; [ ttuegel jgeerds ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user