summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-09-27 20:34:30 -0600
committerTim Harder <radhermit@gentoo.org>2019-09-27 20:34:59 -0600
commit17f2ce01977459bcca6c745ad2419f4895c43959 (patch)
treec0a921ce1b00ef15895cd7f874f6862e35c20dfa
parentmedia-plugins/kodi-visualization-starburst: 2.0.0 version bump (diff)
downloadgentoo-17f2ce01977459bcca6c745ad2419f4895c43959.tar.gz
gentoo-17f2ce01977459bcca6c745ad2419f4895c43959.tar.bz2
gentoo-17f2ce01977459bcca6c745ad2419f4895c43959.zip
net-misc/autossh: use http:// for HOMEPAGE and SRC_URI
Signed-off-by: Tim Harder <radhermit@gentoo.org>
-rw-r--r--net-misc/autossh/autossh-1.4g.ebuild4
1 files changed, 2 insertions, 2 deletions
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"