krita: fix typo in description

This commit is contained in:
Colin Wallace 2018-02-28 22:36:11 -08:00 committed by Robert Schütz
parent e65676d25d
commit 4aa49af9e7

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;