krita: fix license

Source code's readme says

> Krita as a whole is licensed under the GNU Public License, Version 3. Individual files may have a different, but compatible license.
This commit is contained in:
Eduardo Sánchez Muñoz 2021-04-26 14:13:57 +02:00
parent 111261cab9
commit 571a0de422

View file

@ -48,6 +48,6 @@ mkDerivation rec {
homepage = "https://krita.org/";
maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux;
license = licenses.gpl2;
license = licenses.gpl3Only;
};
}