krita: fixup meta

Nix 1.12 (pre) would complain otherwise.
This commit is contained in:
Vladimír Čunát
2017-04-30 13:42:35 +02:00
parent 7e29ead375
commit ac0b90f8c7

View File

@@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "https://krita.org/";
maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux;
licenses = licenses.gpl2;
license = licenses.gpl2;
};
}