From: Tim Harder Date: Sat, 28 Sep 2019 02:34:30 +0000 (-0600) Subject: net-misc/autossh: use http:// for HOMEPAGE and SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=17f2ce01977459bcca6c745ad2419f4895c43959;p=gentoo.git net-misc/autossh: use for HOMEPAGE and SRC_URI Signed-off-by: Tim Harder --- diff --git a/net-misc/autossh/autossh-1.4g.ebuild b/net-misc/autossh/autossh-1.4g.ebuild index 14991df99f5a..44afe463bad1 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"