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
1 changed files with 1 additions and 1 deletions
|
@ -48,6 +48,6 @@ mkDerivation rec {
|
|||
homepage = "https://krita.org/";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
license = licenses.gpl3Only;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue