Reclassify printer drivers erroneously marked as GPL

Some CUPS printer drivers were marked as being GPL.
This changes them to reflect their actual, unfree licence.
This commit is contained in:
Hugo Landau
2019-02-24 17:25:39 +00:00
parent 8c4ce1a106
commit 603b8c430d
@@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
description = "Brother BrGenML1 LPR driver"; description = "Brother BrGenML1 LPR driver";
homepage = http://www.brother.com; homepage = http://www.brother.com;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.unfreeRedistributable;
maintainers = with stdenv.lib.maintainers; [ jraygauthier ]; maintainers = with stdenv.lib.maintainers; [ jraygauthier ];
}; };
} }