mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Merge pull request #56218 from hlandau/fixdrvfree
Reclassify printer drivers erroneously marked as GPL
This commit is contained in:
commit
7dacb80b49
@ -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 New Issue
Block a user