diff options
author | 2018-05-06 11:51:45 +0200 | |
---|---|---|
committer | 2018-05-06 10:13:44 -0400 | |
commit | 76490cbb545b3922c1b425b6901d90d76e40550e (patch) | |
tree | 4a268c1cf53c61a5fd5a1dc08010e07d3a25b942 /net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild | |
parent | net-analyzer/tcpreen: use HTTPS (diff) | |
download | gentoo-76490cbb545b3922c1b425b6901d90d76e40550e.tar.gz gentoo-76490cbb545b3922c1b425b6901d90d76e40550e.tar.bz2 gentoo-76490cbb545b3922c1b425b6901d90d76e40550e.zip |
net-analyzer/tcpstat: use HTTPS
Diffstat (limited to 'net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild')
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild b/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild index d9762afda9d3..cc4cd5ac89ad 100644 --- a/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils autotools flag-o-matic DESCRIPTION="Reports network interface statistics" -SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" -HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" +SRC_URI="https://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" +HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/" DEPEND="net-libs/libpcap" |