brltty: fix ambiguous license in meta
This commit is contained in:
parent
6bfdb6b6bc
commit
ba27976cf1
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
Some speech capability has also been incorporated.
|
Some speech capability has also been incorporated.
|
||||||
'';
|
'';
|
||||||
homepage = "https://brltty.app";
|
homepage = "https://brltty.app";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2Plus;
|
||||||
maintainers = [ lib.maintainers.bramd ];
|
maintainers = [ lib.maintainers.bramd ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue