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/;
license = if withPlugin
then licenses.unfree
else with stdenv.licenses; [ mit bsd2 gpl2Plus ];
else with licenses; [ mit bsd2 gpl2Plus ];
platforms = platforms.linux;
maintainers = with maintainers; [ ttuegel jgeerds ];
};