Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/autossh/
Date: Sat, 28 Sep 2019 02:38:31
Message-Id: 1569638099.17f2ce01977459bcca6c745ad2419f4895c43959.radhermit@gentoo
1 commit: 17f2ce01977459bcca6c745ad2419f4895c43959
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 02:34:30 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 02:34:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f2ce01
7
8 net-misc/autossh: use http:// for HOMEPAGE and SRC_URI
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 net-misc/autossh/autossh-1.4g.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/autossh/autossh-1.4g.ebuild b/net-misc/autossh/autossh-1.4g.ebuild
16 index 14991df99f5..44afe463bad 100644
17 --- a/net-misc/autossh/autossh-1.4g.ebuild
18 +++ b/net-misc/autossh/autossh-1.4g.ebuild
19 @@ -4,8 +4,8 @@
20 EAPI=7
21
22 DESCRIPTION="Automatically restart SSH sessions and tunnels"
23 -HOMEPAGE="http://www.harding.motd.ca/autossh/"
24 -SRC_URI="http://www.harding.motd.ca/${PN}/${P}.tgz"
25 +HOMEPAGE="https://www.harding.motd.ca/autossh/"
26 +SRC_URI="https://www.harding.motd.ca/${PN}/${P}.tgz"
27
28 LICENSE="BSD"
29 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"