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:
Sefa Eyeoglu 2022-07-20 18:22:08 +02:00
parent 18ed2c7d49
commit 66d302fa70
No known key found for this signature in database
GPG key ID: C10411294912A422

View file

@ -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 ];
};
}