diff options
author | Sam James <sam@gentoo.org> | 2022-10-31 21:16:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-01 19:19:03 +0000 |
commit | fc396c142f7b743b4c49bfa88b927a448584b7b0 (patch) | |
tree | 2b102609924cdc04238d7efef6a6c4ca567d508b /net-vpn | |
parent | www-apps/icingaweb2-module-graphite: add 1.2.1 (diff) | |
download | gentoo-fc396c142f7b743b4c49bfa88b927a448584b7b0.tar.gz gentoo-fc396c142f7b743b4c49bfa88b927a448584b7b0.tar.bz2 gentoo-fc396c142f7b743b4c49bfa88b927a448584b7b0.zip |
net-vpn/iodine: use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/iodine/iodine-0.7.0-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-vpn/iodine/iodine-0.7.0-r3.ebuild b/net-vpn/iodine/iodine-0.7.0-r3.ebuild index 0c944c2eeea1..fe93c96bfcc7 100644 --- a/net-vpn/iodine/iodine-0.7.0-r3.ebuild +++ b/net-vpn/iodine/iodine-0.7.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,8 +6,8 @@ EAPI=8 inherit linux-info toolchain-funcs DESCRIPTION="IP over DNS tunnel" -HOMEPAGE="http://code.kryo.se/iodine/" -SRC_URI="http://code.kryo.se/${PN}/${P}.tar.gz" +HOMEPAGE="https://code.kryo.se/iodine/" +SRC_URI="https://code.kryo.se/${PN}/${P}.tar.gz" CONFIG_CHECK="~TUN" |