brltty: fix ambiguous license in meta

This commit is contained in:
rnhmjoj 2021-03-01 09:00:02 +01:00
parent 6bfdb6b6bc
commit ba27976cf1
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
Some speech capability has also been incorporated.
'';
homepage = "https://brltty.app";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.bramd ];
platforms = lib.platforms.all;
};