dev-vcs/gitinspector: [QA] Fix HomepageInSrcUri
authorDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:01:01 +0000 (11:01 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:01:01 +0000 (11:01 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
dev-vcs/gitinspector/gitinspector-0.4.4.ebuild

index 2dec61aeaf4ea62ea6f50b514e14ded0469c223a..aff4e2902546dc424e2a875b111fb9bfc7c5a34e 100644 (file)
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Statistical analysis tool for git repositories"
 HOMEPAGE="https://github.com/ejwa/gitinspector"
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/ejwa/gitinspector/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-3+"