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:
parent
111261cab9
commit
571a0de422
|
@ -48,6 +48,6 @@ mkDerivation rec {
|
||||||
homepage = "https://krita.org/";
|
homepage = "https://krita.org/";
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl3Only;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue