From: David Seifert Date: Mon, 13 Jan 2020 10:01:04 +0000 (+0100) Subject: dev-vcs/git-sh: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5c14d229461df83c081be48c471f8bc55aa308b9;p=gentoo.git dev-vcs/git-sh: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- diff --git a/dev-vcs/git-sh/git-sh-1.3-r1.ebuild b/dev-vcs/git-sh/git-sh-1.3-r1.ebuild index 54b92f1a878c..492ad3b6dd08 100644 --- a/dev-vcs/git-sh/git-sh-1.3-r1.ebuild +++ b/dev-vcs/git-sh/git-sh-1.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="A customized bash environment suitable for git work" HOMEPAGE="https://github.com/rtomayko/git-sh" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/rtomayko/git-sh/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"