diff options
-rw-r--r-- | dev-vcs/git-sh/git-sh-1.3-r1.ebuild | 2 |
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" |