diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-08 10:40:52 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-08 10:44:49 +0100 |
commit | 01508b2d8cb86a56d8fd3eba928936ef8c67aa80 (patch) | |
tree | b9cd458373095925349a980f558a66cf58cff69b /net-analyzer/pathload | |
parent | app-office/texstudio: Version bump to 2.12.18 (diff) | |
download | gentoo-01508b2d8cb86a56d8fd3eba928936ef8c67aa80.tar.gz gentoo-01508b2d8cb86a56d8fd3eba928936ef8c67aa80.tar.bz2 gentoo-01508b2d8cb86a56d8fd3eba928936ef8c67aa80.zip |
net-analyzer/pathload: Use HTTPS
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/pathload')
-rw-r--r-- | net-analyzer/pathload/pathload-1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/pathload/pathload-1.3.2.ebuild b/net-analyzer/pathload/pathload-1.3.2.ebuild index 4a4b5881535d..7d839abed195 100644 --- a/net-analyzer/pathload/pathload-1.3.2.ebuild +++ b/net-analyzer/pathload/pathload-1.3.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Non-intrusive utility for estimation of available bandwidth of Internet paths" -HOMEPAGE="http://www.cc.gatech.edu/fac/constantinos.dovrolis/bw-est/pathload.html" +HOMEPAGE="https://www.cc.gatech.edu/fac/constantinos.dovrolis/bw-est/pathload.html" SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz" LICENSE="GPL-2" |