summary refs log tree commit diff
diff options
context:
space:
mode:
authorHarrison Houghton <hora.rhino@gmail.com>2021-09-15 10:59:19 -0400
committerHarrison Houghton <hora.rhino@gmail.com>2021-09-24 07:28:19 -0400
commit98ea8a9dba31705e437c78b95f7ed9d200e0f309 (patch)
tree2a7d07af6395cd1dcd33b8c82a0f850ea717f394
parentf6a7137726708b74fb14a52b220ea1b1ef6a4b6c (diff)
downloadnixpkgs-98ea8a9dba31705e437c78b95f7ed9d200e0f309.tar
nixpkgs-98ea8a9dba31705e437c78b95f7ed9d200e0f309.tar.gz
nixpkgs-98ea8a9dba31705e437c78b95f7ed9d200e0f309.tar.bz2
nixpkgs-98ea8a9dba31705e437c78b95f7ed9d200e0f309.tar.lz
nixpkgs-98ea8a9dba31705e437c78b95f7ed9d200e0f309.tar.xz
nixpkgs-98ea8a9dba31705e437c78b95f7ed9d200e0f309.tar.zst
nixpkgs-98ea8a9dba31705e437c78b95f7ed9d200e0f309.zip
shotcut: clarify license as gpl3Plus
-rw-r--r--pkgs/applications/video/shotcut/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/shotcut/default.nix b/pkgs/applications/video/shotcut/default.nix
index 6ea41b4d925..27aeec152d1 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;
   };