hplip: fix typo in license
This commit is contained in:
parent
a19eeddd70
commit
21753791b1
@ -120,7 +120,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://hplipopensource.com/;
|
homepage = http://hplipopensource.com/;
|
||||||
license = if withPlugin
|
license = if withPlugin
|
||||||
then licenses.unfree
|
then licenses.unfree
|
||||||
else with stdenv.licenses; [ mit bsd2 gpl2Plus ];
|
else with licenses; [ mit bsd2 gpl2Plus ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ttuegel jgeerds ];
|
maintainers = with maintainers; [ ttuegel jgeerds ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user