Merge pull request #36153 from Wallacoloo/krita-description

Krita: fix typo in description
This commit is contained in:
Robert Schütz
2018-03-01 09:28:10 +01:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ mkDerivation rec {
NIX_CFLAGS_COMPILE = [ "-I${ilmbase.dev}/include/OpenEXR" ];
meta = with lib; {
description = "A free an open source painting application";
description = "A free and open source painting application";
homepage = https://krita.org/;
maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux;