commit:     d804d7a2ffdb9fe0bee5b6654d6e0754151948a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 00:46:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 00:46:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d804d7a2

net-vpn/tinc: use HTTPS

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-vpn/tinc/tinc-1.0.36.ebuild    | 4 ++--
 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"

Reply via email to