From 7f9bbe52af4cb795ef8fc09db68c7657d5b6943b Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 6 May 2018 11:41:48 +0200 Subject: net-analyzer/scanssh: use HTTPS --- net-analyzer/scanssh/scanssh-2.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-analyzer/scanssh') diff --git a/net-analyzer/scanssh/scanssh-2.1.ebuild b/net-analyzer/scanssh/scanssh-2.1.ebuild index 880f43c66660..d154e29437a3 100644 --- a/net-analyzer/scanssh/scanssh-2.1.ebuild +++ b/net-analyzer/scanssh/scanssh-2.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils DESCRIPTION="network scanner that gathers info on SSH protocols and versions" -HOMEPAGE="http://monkey.org/~provos/scanssh/" -SRC_URI="http://monkey.org/~provos/${P}.tar.gz" +HOMEPAGE="https://monkey.org/~provos/scanssh/" +SRC_URI="https://monkey.org/~provos/${P}.tar.gz" LICENSE="BSD" SLOT="0" -- cgit v1.2.3-65-gdbad