commit: 17f2ce01977459bcca6c745ad2419f4895c43959 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sat Sep 28 02:34:30 2019 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sat Sep 28 02:34:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f2ce01
net-misc/autossh: use http:// for HOMEPAGE and SRC_URI Signed-off-by: Tim Harder <radhermit <AT> gentoo.org> net-misc/autossh/autossh-1.4g.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/autossh/autossh-1.4g.ebuild b/net-misc/autossh/autossh-1.4g.ebuild index 14991df99f5..44afe463bad 100644 --- a/net-misc/autossh/autossh-1.4g.ebuild +++ b/net-misc/autossh/autossh-1.4g.ebuild @@ -4,8 +4,8 @@ EAPI=7 DESCRIPTION="Automatically restart SSH sessions and tunnels" -HOMEPAGE="http://www.harding.motd.ca/autossh/" -SRC_URI="http://www.harding.motd.ca/${PN}/${P}.tgz" +HOMEPAGE="https://www.harding.motd.ca/autossh/" +SRC_URI="https://www.harding.motd.ca/${PN}/${P}.tgz" LICENSE="BSD" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"