Merge pull request #36153 from Wallacoloo/krita-description
Krita: fix typo in description
This commit is contained in:
commit
9436e042b9
@ -29,7 +29,7 @@ mkDerivation rec {
|
|||||||
NIX_CFLAGS_COMPILE = [ "-I${ilmbase.dev}/include/OpenEXR" ];
|
NIX_CFLAGS_COMPILE = [ "-I${ilmbase.dev}/include/OpenEXR" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A free an open source painting application";
|
description = "A free and open source painting application";
|
||||||
homepage = https://krita.org/;
|
homepage = https://krita.org/;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user