commit: bdcba18d22496211515d0a83c9cd456c7db176f1 Author: Kirill Chibisov <contact <AT> kchibisov <DOT> com> AuthorDate: Sat Jul 18 03:07:36 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Mon Jul 20 15:50:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdcba18d
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 <AT> kchibisov.com> Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> x11-terms/alacritty/alacritty-0.4.3.ebuild | 2 +- x11-terms/alacritty/alacritty-0.5.0_rc1.ebuild | 2 +- x11-terms/alacritty/alacritty-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-terms/alacritty/alacritty-0.4.3.ebuild b/x11-terms/alacritty/alacritty-0.4.3.ebuild index b286dafe15f..6276183c7ed 100644 --- a/x11-terms/alacritty/alacritty-0.4.3.ebuild +++ b/x11-terms/alacritty/alacritty-0.4.3.ebuild @@ -277,7 +277,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})" diff --git a/x11-terms/alacritty/alacritty-0.5.0_rc1.ebuild b/x11-terms/alacritty/alacritty-0.5.0_rc1.ebuild index 446cfcd1e26..fec063cefd8 100644 --- a/x11-terms/alacritty/alacritty-0.5.0_rc1.ebuild +++ b/x11-terms/alacritty/alacritty-0.5.0_rc1.ebuild @@ -273,7 +273,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})" diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild index ea0ba8c58ae..8be42023f10 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})"
