diff options
author | Sam James <sam@gentoo.org> | 2023-04-10 23:12:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-10 23:12:41 +0100 |
commit | 054ffeea717bff5e587bc494b9a8ba5eb0777fc8 (patch) | |
tree | 071abaa98ae11687cda310d03211a993e62767da /app-benchmarks | |
parent | net-irc/atheme-services: Stabilize 7.2.12-r4 amd64, #904084 (diff) | |
download | gentoo-054ffeea717bff5e587bc494b9a8ba5eb0777fc8.tar.gz gentoo-054ffeea717bff5e587bc494b9a8ba5eb0777fc8.tar.bz2 gentoo-054ffeea717bff5e587bc494b9a8ba5eb0777fc8.zip |
app-benchmarks/wrk: update *.github.com HOMEPAGEs
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/wrk/wrk-4.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-benchmarks/wrk/wrk-4.2.0.ebuild b/app-benchmarks/wrk/wrk-4.2.0.ebuild index 3dd6e8078816..32019888f05a 100644 --- a/app-benchmarks/wrk/wrk-4.2.0.ebuild +++ b/app-benchmarks/wrk/wrk-4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,8 +8,8 @@ LUA_COMPAT=( luajit ) inherit lua-single toolchain-funcs DESCRIPTION="A HTTP benchmarking tool" -HOMEPAGE="https://www.github.com/wg/wrk" -SRC_URI="https://www.github.com/wg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/wg/wrk" +SRC_URI="https://github.com/wg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 x86" LICENSE="Apache-2.0 BSD MIT" |