Merge pull request #56218 from hlandau/fixdrvfree

Reclassify printer drivers erroneously marked as GPL
This commit is contained in:
Michael Raskin
2019-02-24 18:24:39 +00:00
committed by GitHub

View File

@@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
description = "Brother BrGenML1 LPR driver";
homepage = http://www.brother.com;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
license = stdenv.lib.licenses.unfreeRedistributable;
maintainers = with stdenv.lib.maintainers; [ jraygauthier ];
};
}