net-libs/http-parser: [QA] Fix HomepageInSrcUri
authorDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:03:34 +0000 (11:03 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:03:34 +0000 (11:03 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
net-libs/http-parser/http-parser-2.9.1.ebuild
net-libs/http-parser/http-parser-2.9.2.ebuild
net-libs/http-parser/http-parser-99999.ebuild

index 2abe7cff69f84663bef89538aa78af51d0546669..9cd3d2ec8f6fdacd002dc9003bdd7aa89a71912c 100644 (file)
@@ -6,7 +6,7 @@ inherit toolchain-funcs multilib-minimal
 
 DESCRIPTION="HTTP request/response parser for C"
 HOMEPAGE="https://github.com/nodejs/http-parser"
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/2.9.0"
index e2628e93d41e05007562d28504f637d0195df856..49ac5fb62f6a9a0be3501681be09f7b359264383 100644 (file)
@@ -6,7 +6,7 @@ inherit toolchain-funcs multilib-minimal
 
 DESCRIPTION="HTTP request/response parser for C"
 HOMEPAGE="https://github.com/nodejs/http-parser"
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/2.9.0"
index 08127047fc3981eaba3373ccd14755fdaa2575e3..864957ee33474fe9582acdf53e4d21a7cb803d3b 100644 (file)
@@ -6,7 +6,7 @@ inherit git-r3 toolchain-funcs multilib-minimal
 
 DESCRIPTION="HTTP request/response parser for C"
 HOMEPAGE="https://github.com/nodejs/http-parser"
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/nodejs/http-parser"
 
 LICENSE="MIT"
 SLOT="0"