From ba27976cf1345c578664377ab479d1c9bf06c383 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 1 Mar 2021 09:00:02 +0100 Subject: [PATCH] brltty: fix ambiguous license in meta --- pkgs/tools/misc/brltty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/brltty/default.nix b/pkgs/tools/misc/brltty/default.nix index 8a48835748b..d39a0ef4102 100644 --- a/pkgs/tools/misc/brltty/default.nix +++ b/pkgs/tools/misc/brltty/default.nix @@ -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; };