From 98ea8a9dba31705e437c78b95f7ed9d200e0f309 Mon Sep 17 00:00:00 2001 From: Harrison Houghton Date: Wed, 15 Sep 2021 10:59:19 -0400 Subject: [PATCH] shotcut: clarify license as gpl3Plus --- pkgs/applications/video/shotcut/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/shotcut/default.nix b/pkgs/applications/video/shotcut/default.nix index 6ea41b4d9259..27aeec152d10 100644 --- a/pkgs/applications/video/shotcut/default.nix +++ b/pkgs/applications/video/shotcut/default.nix @@ -94,7 +94,7 @@ mkDerivation rec { please use the official build from shotcut.org instead. ''; homepage = "https://shotcut.org"; - license = licenses.gpl3; + license = licenses.gpl3Plus; maintainers = with maintainers; [ goibhniu woffs peti ]; platforms = platforms.linux; };