krita: fixup meta
Nix 1.12 (pre) would complain otherwise.
This commit is contained in:
parent
7e29ead375
commit
ac0b90f8c7
@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://krita.org/";
|
homepage = "https://krita.org/";
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
licenses = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user