diff options
author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-07-22 22:43:00 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 22:43:00 +0530 |
commit | deb2a2bd14deceb337b73f88cebc2f24f51e2303 (patch) | |
tree | 0f2c54f4f1369fe3daa82b8d92554e14990a0bd5 /nix | |
parent | e78c7af7158846decae06959d6b4ffe327438ee9 (diff) | |
parent | 220e823c8d776bf507dc9c3dbaebd8f6842ad676 (diff) | |
download | PrismLauncher-deb2a2bd14deceb337b73f88cebc2f24f51e2303.tar.gz PrismLauncher-deb2a2bd14deceb337b73f88cebc2f24f51e2303.tar.bz2 PrismLauncher-deb2a2bd14deceb337b73f88cebc2f24f51e2303.zip |
Merge pull request #930 from TheOPtimal/develop
Diffstat (limited to 'nix')
-rw-r--r-- | nix/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix index 1a6b9e44..bdc1758a 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -79,6 +79,8 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://polymc.org/"; + downloadPage = "https://polymc.org/download/"; + changelog = "https://github.com/PolyMC/PolyMC/releases"; description = "A free, open source launcher for Minecraft"; longDescription = '' Allows you to have multiple, separate instances of Minecraft (each with |