diff options
author | 2020-01-13 11:03:34 +0100 | |
---|---|---|
committer | 2020-01-13 11:03:34 +0100 | |
commit | 9e557249098972616e99b8fd7d077a4b22fe4826 (patch) | |
tree | 7b5df910eb3379f870efa837e01a5b10c7abb0d1 /net-libs/http-parser | |
parent | net-ftp/lftp: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-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/http-parser')
-rw-r--r-- | net-libs/http-parser/http-parser-2.9.1.ebuild | 2 | ||||
-rw-r--r-- | net-libs/http-parser/http-parser-2.9.2.ebuild | 2 | ||||
-rw-r--r-- | net-libs/http-parser/http-parser-99999.ebuild | 2 |
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" |