diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-09-01 21:07:33 +0200 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-09-04 11:15:48 -0400 |
commit | 3f5dacc9e520245f882ab5ce7df2e2f97fb19797 (patch) | |
tree | 7013e2f84da084af1fe2f39ad4c8dc026870566d /net-ftp | |
parent | media-plugins/kodi-inputstream-adaptive: Use ~ instead of = for -9999 depende... (diff) | |
download | gentoo-3f5dacc9e520245f882ab5ce7df2e2f97fb19797.tar.gz gentoo-3f5dacc9e520245f882ab5ce7df2e2f97fb19797.tar.bz2 gentoo-3f5dacc9e520245f882ab5ce7df2e2f97fb19797.zip |
net-ftp/tlswrap: use HTTPs
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/tlswrap/tlswrap-1.04-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/tlswrap/tlswrap-1.04-r3.ebuild b/net-ftp/tlswrap/tlswrap-1.04-r3.ebuild index f560a6c65370..4bb88bbe38ec 100644 --- a/net-ftp/tlswrap/tlswrap-1.04-r3.ebuild +++ b/net-ftp/tlswrap/tlswrap-1.04-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools DESCRIPTION="FTP wrapper which supports TLS with every FTP client" -HOMEPAGE="http://www.tlswrap.com/" -SRC_URI="http://www.tlswrap.com/${P}.tar.gz" +HOMEPAGE="https://www.tlswrap.com/" +SRC_URI="https://www.tlswrap.com/${P}.tar.gz" # GPL-2 for Gentoo init script LICENSE="BSD GPL-2" |