diff options
Diffstat (limited to 'games-action/multimc-bin')
-rw-r--r-- | games-action/multimc-bin/metadata.xml | 4 | ||||
-rw-r--r-- | games-action/multimc-bin/multimc-bin-1.6.1.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games-action/multimc-bin/metadata.xml b/games-action/multimc-bin/metadata.xml index 9246e9cd3415..3907aa588cee 100644 --- a/games-action/multimc-bin/metadata.xml +++ b/games-action/multimc-bin/metadata.xml @@ -2,8 +2,8 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <upstream> - <remote-id type="github">MultiMC/MultiMC5</remote-id> - <bugs-to>https://github.com/MultiMC/MultiMC5/issues</bugs-to> + <remote-id type="github">MultiMC/Launcher</remote-id> + <bugs-to>https://github.com/MultiMC/Launcher/issues</bugs-to> </upstream> <maintainer type="person"> <email>andrewammerlaan@gentoo.org</email> diff --git a/games-action/multimc-bin/multimc-bin-1.6.1.ebuild b/games-action/multimc-bin/multimc-bin-1.6.1.ebuild index 2e4e4a210532..073f7213e4fa 100644 --- a/games-action/multimc-bin/multimc-bin-1.6.1.ebuild +++ b/games-action/multimc-bin/multimc-bin-1.6.1.ebuild @@ -6,11 +6,11 @@ EAPI=8 inherit unpacker xdg DESCRIPTION="An advanced Qt5-based open-source launcher for Minecraft" -HOMEPAGE="https://multimc.org https://github.com/MultiMC/MultiMC5" +HOMEPAGE="https://multimc.org https://github.com/MultiMC/Launcher" SRC_URI="https://files.multimc.org/downloads/multimc_$(ver_rs 2 -).deb" # We need -bin because of secret API keys: -# https://github.com/MultiMC/MultiMC5/issues/4087 -# https://github.com/MultiMC/MultiMC5/issues/4113 +# https://github.com/MultiMC/Launcher/issues/4087 +# https://github.com/MultiMC/Launcher/issues/4113 # https://bugs.gentoo.org/814404 S="${WORKDIR}" |