forked from mirrors/nixpkgs
Merge pull request #182227 from Scrumplex/fix-polymc-license
polymc: switch license to gpl3Only
This commit is contained in:
commit
a2b753829b
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue