dev-python/pyzor: [QA] Fix HomepageInSrcUri
authorDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:00:35 +0000 (11:00 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:00:35 +0000 (11:00 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/pyzor/pyzor-1.0.0-r1.ebuild

index 950d1c4be211a3e634a7d08f7f434f43ce9031d6..da62bba384aec6fa24f598e951e306b037ddf347 100644 (file)
@@ -9,7 +9,7 @@ inherit distutils-r1
 MY_PV="1-0-0"
 DESCRIPTION="A distributed, collaborative spam detection and filtering network"
 HOMEPAGE="https://github.com/SpamExperts/pyzor"
-SRC_URI="${HOMEPAGE}/archive/release-${MY_PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/SpamExperts/pyzor/archive/release-${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"