summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-13 11:01:04 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-13 11:01:04 +0100
commit5c14d229461df83c081be48c471f8bc55aa308b9 (patch)
treee074b23d12123198f4e47de9b8391b525596eb71 /dev-vcs/git-sh
parentdev-vcs/gitinspector: [QA] Fix HomepageInSrcUri (diff)
downloadgentoo-5c14d229461df83c081be48c471f8bc55aa308b9.tar.gz
gentoo-5c14d229461df83c081be48c471f8bc55aa308b9.tar.bz2
gentoo-5c14d229461df83c081be48c471f8bc55aa308b9.zip
dev-vcs/git-sh: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-vcs/git-sh')
-rw-r--r--dev-vcs/git-sh/git-sh-1.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"