From 3710e1b495fcaff7d58d6984987ab731938f1e69 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Tue, 2 Jan 2018 09:20:32 +0100 Subject: net-libs/libssh: Use https in live ebuild where appropriate. Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- net-libs/libssh/libssh-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-libs/libssh') diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index 193f9eb86e6f..2e283ca1245c 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit cmake-multilib git-r3 DESCRIPTION="Access a working SSH implementation by means of a library" -HOMEPAGE="http://www.libssh.org/" -EGIT_REPO_URI="git://git.libssh.org/projects/libssh.git" +HOMEPAGE="https://www.libssh.org/" +EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git" LICENSE="LGPL-2.1" KEYWORDS="" -- cgit v1.2.3-65-gdbad