summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-13 11:03:34 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-13 11:03:34 +0100
commit9e557249098972616e99b8fd7d077a4b22fe4826 (patch)
tree7b5df910eb3379f870efa837e01a5b10c7abb0d1 /net-libs
parentnet-ftp/lftp: [QA] Fix HomepageInSrcUri (diff)
downloadgentoo-9e557249098972616e99b8fd7d077a4b22fe4826.tar.gz
gentoo-9e557249098972616e99b8fd7d077a4b22fe4826.tar.bz2
gentoo-9e557249098972616e99b8fd7d077a4b22fe4826.zip
net-libs/http-parser: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/http-parser/http-parser-2.9.1.ebuild2
-rw-r--r--net-libs/http-parser/http-parser-2.9.2.ebuild2
-rw-r--r--net-libs/http-parser/http-parser-99999.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/http-parser/http-parser-2.9.1.ebuild b/net-libs/http-parser/http-parser-2.9.1.ebuild
index 2abe7cff69f8..9cd3d2ec8f6f 100644
--- a/net-libs/http-parser/http-parser-2.9.1.ebuild
+++ b/net-libs/http-parser/http-parser-2.9.1.ebuild
@@ -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"
diff --git a/net-libs/http-parser/http-parser-2.9.2.ebuild b/net-libs/http-parser/http-parser-2.9.2.ebuild
index e2628e93d41e..49ac5fb62f6a 100644
--- a/net-libs/http-parser/http-parser-2.9.2.ebuild
+++ b/net-libs/http-parser/http-parser-2.9.2.ebuild
@@ -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"
diff --git a/net-libs/http-parser/http-parser-99999.ebuild b/net-libs/http-parser/http-parser-99999.ebuild
index 08127047fc39..864957ee3347 100644
--- a/net-libs/http-parser/http-parser-99999.ebuild
+++ b/net-libs/http-parser/http-parser-99999.ebuild
@@ -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"