Unverified Commit a2b75382 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #182227 from Scrumplex/fix-polymc-license

polymc: switch license to gpl3Only
parents 9bbac93c 66d302fa
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 ];
  };
}