summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-07-18 06:07:36 +0300
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-07-20 08:50:25 -0700
commitbdcba18d22496211515d0a83c9cd456c7db176f1 (patch)
tree1538a3710b7aca85c700f6303545476e75ab91bb /x11-terms/alacritty/alacritty-9999.ebuild
parentmedia-libs/audiofile: arm stable (bug #614046) (diff)
downloadgentoo-bdcba18d22496211515d0a83c9cd456c7db176f1.tar.gz
gentoo-bdcba18d22496211515d0a83c9cd456c7db176f1.tar.bz2
gentoo-bdcba18d22496211515d0a83c9cd456c7db176f1.zip
x11-terms/alacritty: update EGIT_REPO_URI
Upstream moved from https://github.com/jwilm/alacritty to https://github.com/alacritty/alacritty for some time already, updating EGIT_REPO_URI to reflect so. Closes: https://github.com/gentoo/gentoo/pull/16735 Signed-off-by: Kirill Chibisov <contact@kchibisov.com> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-terms/alacritty/alacritty-9999.ebuild')
-rw-r--r--x11-terms/alacritty/alacritty-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild
index ea0ba8c58ae6..8be42023f106 100644
--- a/x11-terms/alacritty/alacritty-9999.ebuild
+++ b/x11-terms/alacritty/alacritty-9999.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/alacritty/alacritty"
if [ ${PV} == "9999" ] ; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/jwilm/alacritty"
+ EGIT_REPO_URI="https://github.com/alacritty/alacritty"
else
SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
$(cargo_crate_uris ${CRATES})"