mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
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:
parent
8c4ce1a106
commit
603b8c430d
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