about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-04-30 13:42:35 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-04-30 13:42:35 +0200
commitac0b90f8c78b33525c6bdb9e1386554068cc3489 (patch)
tree38a37aa2d4f89a5abdaf0e3df1412f69c5008391 /pkgs/applications/graphics
parent7e29ead375b59ae18733e1e9320407b350bae342 (diff)
downloadnixlib-ac0b90f8c78b33525c6bdb9e1386554068cc3489.tar
nixlib-ac0b90f8c78b33525c6bdb9e1386554068cc3489.tar.gz
nixlib-ac0b90f8c78b33525c6bdb9e1386554068cc3489.tar.bz2
nixlib-ac0b90f8c78b33525c6bdb9e1386554068cc3489.tar.lz
nixlib-ac0b90f8c78b33525c6bdb9e1386554068cc3489.tar.xz
nixlib-ac0b90f8c78b33525c6bdb9e1386554068cc3489.tar.zst
nixlib-ac0b90f8c78b33525c6bdb9e1386554068cc3489.zip
krita: fixup meta
Nix 1.12 (pre) would complain otherwise.
Diffstat (limited to 'pkgs/applications/graphics')
-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 8493ceb7b9f1..c82d1565a550 100644
--- a/pkgs/applications/graphics/krita/default.nix
+++ b/pkgs/applications/graphics/krita/default.nix
@@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
     homepage = "https://krita.org/";
     maintainers = with maintainers; [ abbradar ];
     platforms = platforms.linux;
-    licenses = licenses.gpl2;
+    license = licenses.gpl2;
   };
 }