diff options
Diffstat (limited to 'net-misc/iperf/iperf-3.7.ebuild')
-rw-r--r-- | net-misc/iperf/iperf-3.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/iperf/iperf-3.7.ebuild b/net-misc/iperf/iperf-3.7.ebuild index 4f27f26edb15..2412a7712334 100644 --- a/net-misc/iperf/iperf-3.7.ebuild +++ b/net-misc/iperf/iperf-3.7.ebuild @@ -6,7 +6,7 @@ inherit autotools eutils DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool" HOMEPAGE="https://github.com/esnet/iperf/" -SRC_URI="${HOMEPAGE}archive/${PV/_/}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/esnet/iperf/archive/${PV/_/}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="3" |