commit: 3710e1b495fcaff7d58d6984987ab731938f1e69 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue Jan 2 08:20:32 2018 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue Jan 2 08:20:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3710e1b4
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(-) diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index 193f9eb86e6..2e283ca1245 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=""
