diff options
author | 2021-04-14 16:51:36 +0200 | |
---|---|---|
committer | 2021-04-14 16:51:36 +0200 | |
commit | cbb3a46392cead562160cf3977eee320d78cc7bf (patch) | |
tree | 2073e85c781264dcf3260e853e59aeea64156e98 /games-action/ATLauncher | |
parent | x11-misc/caffeine-ng: add new package. (diff) | |
download | guru-cbb3a46392cead562160cf3977eee320d78cc7bf.tar.gz guru-cbb3a46392cead562160cf3977eee320d78cc7bf.tar.bz2 guru-cbb3a46392cead562160cf3977eee320d78cc7bf.zip |
games-action/ATLauncher: fix url of ico file
Closes: https://bugs.gentoo.org/782835
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'games-action/ATLauncher')
-rw-r--r-- | games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild b/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild index bcfeaf668..2256d5abe 100644 --- a/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild +++ b/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Minecraft launcher which integrates multiple different ModPacks" HOMEPAGE="https://atlauncher.com https://github.com/ATLauncher/ATLauncher" SRC_URI="https://github.com/ATLauncher/ATLauncher/releases/download/v${PV}/${P}.jar - https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/Icon.ico -> ${PN}.ico" + https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/icon.ico -> ${PN}.ico" KEYWORDS="~amd64 ~x86" LICENSE="GPL-3" |