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

polymc: switch license to gpl3Only
This commit is contained in:
Artturi 2022-07-20 20:27:06 +03:00 committed by GitHub
commit a2b753829b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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