summary refs log tree commit diff
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2021-11-25 21:43:54 +0100
committerKerstin Humm <kerstin@erictapen.name>2021-11-25 21:44:18 +0100
commit79e5ac3df42fb197535b0814399e9dd4516bfdfa (patch)
tree39729e55c7e3da8238087a75c55510f77efbd678
parent07e3b29217491dcee2c8e71d8da764342cd414d7 (diff)
downloadnixpkgs-79e5ac3df42fb197535b0814399e9dd4516bfdfa.tar
nixpkgs-79e5ac3df42fb197535b0814399e9dd4516bfdfa.tar.gz
nixpkgs-79e5ac3df42fb197535b0814399e9dd4516bfdfa.tar.bz2
nixpkgs-79e5ac3df42fb197535b0814399e9dd4516bfdfa.tar.lz
nixpkgs-79e5ac3df42fb197535b0814399e9dd4516bfdfa.tar.xz
nixpkgs-79e5ac3df42fb197535b0814399e9dd4516bfdfa.tar.zst
nixpkgs-79e5ac3df42fb197535b0814399e9dd4516bfdfa.zip
scribusUnstable: clarify license
-rw-r--r--pkgs/applications/office/scribus/unstable.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/office/scribus/unstable.nix b/pkgs/applications/office/scribus/unstable.nix
index 549865cd8d8..701ecab1f97 100644
--- a/pkgs/applications/office/scribus/unstable.nix
+++ b/pkgs/applications/office/scribus/unstable.nix
@@ -77,10 +77,11 @@ mkDerivation rec {
     platforms = platforms.linux;
     description = "Desktop Publishing (DTP) and Layout program for Linux";
     homepage = "https://www.scribus.net";
-    # There are a lot of licenses... https://github.com/scribusproject/scribus/blob/20508d69ca4fc7030477db8dee79fd1e012b52d2/COPYING#L15-L19
+    # There are a lot of licenses...
+    # https://github.com/scribusproject/scribus/blob/20508d69ca4fc7030477db8dee79fd1e012b52d2/COPYING#L15-L19
     license = with licenses; [
       bsd3
-      gpl2
+      gpl2Plus
       mit
       publicDomain
     ];