summary refs log tree commit diff
path: root/pkgs/applications/graphics/krita
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz <esm@eduardosm.net>2021-04-26 14:13:57 +0200
committerEduardo Sánchez Muñoz <esm@eduardosm.net>2021-04-26 14:13:57 +0200
commit571a0de4224b9091a9431ef0e0264a52052c7cf3 (patch)
tree5f3105e27771f9490960f91740973190701211f0 /pkgs/applications/graphics/krita
parent111261cab9df712e96f07830ee20966647231314 (diff)
downloadnixpkgs-571a0de4224b9091a9431ef0e0264a52052c7cf3.tar
nixpkgs-571a0de4224b9091a9431ef0e0264a52052c7cf3.tar.gz
nixpkgs-571a0de4224b9091a9431ef0e0264a52052c7cf3.tar.bz2
nixpkgs-571a0de4224b9091a9431ef0e0264a52052c7cf3.tar.lz
nixpkgs-571a0de4224b9091a9431ef0e0264a52052c7cf3.tar.xz
nixpkgs-571a0de4224b9091a9431ef0e0264a52052c7cf3.tar.zst
nixpkgs-571a0de4224b9091a9431ef0e0264a52052c7cf3.zip
krita: fix license
Source code's readme says

> Krita as a whole is licensed under the GNU Public License, Version 3. Individual files may have a different, but compatible license.
Diffstat (limited to 'pkgs/applications/graphics/krita')
-rw-r--r--pkgs/applications/graphics/krita/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/krita/default.nix b/pkgs/applications/graphics/krita/default.nix
index 63123c02180..282db23f475 100644
--- a/pkgs/applications/graphics/krita/default.nix
+++ b/pkgs/applications/graphics/krita/default.nix
@@ -48,6 +48,6 @@ mkDerivation rec {
     homepage = "https://krita.org/";
     maintainers = with maintainers; [ abbradar ];
     platforms = platforms.linux;
-    license = licenses.gpl2;
+    license = licenses.gpl3Only;
   };
 }