Unverified Commit 66d302fa authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

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: default avatarSefa Eyeoglu <contact@scrumplex.net>
parent 18ed2c7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}