diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-30 22:38:30 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:17:10 -0400 |
commit | 14320b26c93ac7d2e44e8648c20f8af002ccce71 (patch) | |
tree | 08dfd74b6fdac9b32fa2e5b5803204ef2b6287c9 /net-proxy/pingtunnel | |
parent | games-engines/renpy: use HTTPS (diff) | |
download | gentoo-14320b26c93ac7d2e44e8648c20f8af002ccce71.tar.gz gentoo-14320b26c93ac7d2e44e8648c20f8af002ccce71.tar.bz2 gentoo-14320b26c93ac7d2e44e8648c20f8af002ccce71.zip |
net-proxy/pingtunnel: use HTTPS
Diffstat (limited to 'net-proxy/pingtunnel')
-rw-r--r-- | net-proxy/pingtunnel/pingtunnel-0.72.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-proxy/pingtunnel/pingtunnel-0.72.ebuild b/net-proxy/pingtunnel/pingtunnel-0.72.ebuild index 53bc36aeacc6..1a6e66d3ee33 100644 --- a/net-proxy/pingtunnel/pingtunnel-0.72.ebuild +++ b/net-proxy/pingtunnel/pingtunnel-0.72.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Tunnel TCP over ICMP" -HOMEPAGE="http://www.cs.uit.no/~daniels/PingTunnel" -SRC_URI="http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-${PV}.tar.gz" +HOMEPAGE="https://www.cs.uit.no/~daniels/PingTunnel" +SRC_URI="https://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-${PV}.tar.gz" LICENSE="BSD" SLOT="0" |