hplip: fix typo in license

This commit is contained in:
Cillian de Róiste 2014-11-20 14:23:19 +01:00
parent a19eeddd70
commit 21753791b1

View File

@ -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 ];
}; };