about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-07-20 18:22:08 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-07-20 18:24:32 +0200
commit66d302fa70d6983a8af09eabcbe31956ce2a2acd (patch)
tree0e335da900530a7b930017502db25bf13ac8eb73 /pkgs/games
parent18ed2c7d49283acdb5c50434d2f355f49317bbe8 (diff)
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>
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/polymc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/polymc/default.nix b/pkgs/games/polymc/default.nix
index c285423900398..f7d0f9af13d79 100644
--- a/pkgs/games/polymc/default.nix
+++ b/pkgs/games/polymc/default.nix
@@ -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 ];
   };
 }