diff options
author | Sam James <sam@gentoo.org> | 2022-07-03 01:46:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-03 01:46:39 +0100 |
commit | d804d7a2ffdb9fe0bee5b6654d6e0754151948a1 (patch) | |
tree | 386ccce08da65a35ce8238eb54315dca58fce136 /net-vpn | |
parent | net-irc/unrealircd: add 6.0.4 (diff) | |
download | gentoo-d804d7a2ffdb9fe0bee5b6654d6e0754151948a1.tar.gz gentoo-d804d7a2ffdb9fe0bee5b6654d6e0754151948a1.tar.bz2 gentoo-d804d7a2ffdb9fe0bee5b6654d6e0754151948a1.zip |
net-vpn/tinc: use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tinc/tinc-1.0.36.ebuild | 4 | ||||
-rw-r--r-- | net-vpn/tinc/tinc-1.1_pre18.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-vpn/tinc/tinc-1.0.36.ebuild b/net-vpn/tinc/tinc-1.0.36.ebuild index a5126df2ce23..37a9ad73c249 100644 --- a/net-vpn/tinc/tinc-1.0.36.ebuild +++ b/net-vpn/tinc/tinc-1.0.36.ebuild @@ -5,9 +5,9 @@ EAPI=7 inherit systemd DESCRIPTION="tinc is an easy to configure VPN implementation" -HOMEPAGE="http://www.tinc-vpn.org/" +HOMEPAGE="https://www.tinc-vpn.org/" -SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz" +SRC_URI="https://www.tinc-vpn.org/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-vpn/tinc/tinc-1.1_pre18.ebuild b/net-vpn/tinc/tinc-1.1_pre18.ebuild index fe12962f130f..58f8b912f8d8 100644 --- a/net-vpn/tinc/tinc-1.1_pre18.ebuild +++ b/net-vpn/tinc/tinc-1.1_pre18.ebuild @@ -9,9 +9,9 @@ MY_P=${PN}-${MY_PV} inherit autotools systemd DESCRIPTION="tinc is an easy to configure VPN implementation" -HOMEPAGE="http://www.tinc-vpn.org/" +HOMEPAGE="https://www.tinc-vpn.org/" -SRC_URI="http://www.tinc-vpn.org/packages/${MY_P}.tar.gz" +SRC_URI="https://www.tinc-vpn.org/packages/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" |