From: David Seifert Date: Mon, 13 Jan 2020 10:01:41 +0000 (+0100) Subject: net-analyzer/dnsmap: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9658d84be49d40133efbf0fd006dfcb63d0ddb0d;p=gentoo.git net-analyzer/dnsmap: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- diff --git a/net-analyzer/dnsmap/dnsmap-0.35.ebuild b/net-analyzer/dnsmap/dnsmap-0.35.ebuild index 2e3f62f9ef88..d6cb5787b332 100644 --- a/net-analyzer/dnsmap/dnsmap-0.35.ebuild +++ b/net-analyzer/dnsmap/dnsmap-0.35.ebuild @@ -6,7 +6,7 @@ inherit autotools DESCRIPTION="Scan for subdomains using bruteforcing techniques" HOMEPAGE="https://github.com/resurrecting-open-source-projects/dnsmap" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/resurrecting-open-source-projects/dnsmap/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0"