polymc: switch license to gpl3Only
PolyMC is licensed under GPL-3.0-only, as GPL-3.0-or-later would be incompatible with the sublicensed Apache-2.0 codebase. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
18ed2c7d49
commit
66d302fa70
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
platforms = platforms.linux;
|
||||
changelog = "https://github.com/PolyMC/PolyMC/releases/tag/${version}";
|
||||
license = licenses.gpl3Plus;
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ cleverca22 starcraft66 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue