From a95e861f686d241a11cc89b57adc378147207d1c Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Mon, 1 Feb 2021 13:25:18 +0100 Subject: [PATCH] nrsc5: fix license --- pkgs/applications/misc/nrsc5/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/nrsc5/default.nix b/pkgs/applications/misc/nrsc5/default.nix index 8b8fa16fc21..e55438f0eb1 100644 --- a/pkgs/applications/misc/nrsc5/default.nix +++ b/pkgs/applications/misc/nrsc5/default.nix @@ -46,7 +46,7 @@ in stdenv.mkDerivation { homepage = "https://github.com/theori-io/nrsc5"; description = "HD-Radio decoder for RTL-SDR"; platforms = lib.platforms.linux; - license = licenses.gpl3; + license = licenses.gpl3Plus; maintainers = with maintainers; [ markuskowa ]; }; }