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
commit 9436e042b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;