Merge pull request #56218 from hlandau/fixdrvfree
Reclassify printer drivers erroneously marked as GPL
This commit is contained in:
commit
7dacb80b49
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue