krita: fix typo in description

authored by Colin Wallace and committed by Robert Schütz 4aa49af9 e65676d2

+1 -1
+1 -1
pkgs/applications/graphics/krita/default.nix
··· 29 NIX_CFLAGS_COMPILE = [ "-I${ilmbase.dev}/include/OpenEXR" ]; 30 31 meta = with lib; { 32 - description = "A free an open source painting application"; 33 homepage = https://krita.org/; 34 maintainers = with maintainers; [ abbradar ]; 35 platforms = platforms.linux;
··· 29 NIX_CFLAGS_COMPILE = [ "-I${ilmbase.dev}/include/OpenEXR" ]; 30 31 meta = with lib; { 32 + description = "A free and open source painting application"; 33 homepage = https://krita.org/; 34 maintainers = with maintainers; [ abbradar ]; 35 platforms = platforms.linux;