diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-02 09:20:32 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-02 09:20:46 +0100 |
commit | 3710e1b495fcaff7d58d6984987ab731938f1e69 (patch) | |
tree | 9c488278f3da8a2eb35fc27f011832ef27fed577 /net-libs/libssh | |
parent | app-arch/snappy: stable 1.1.7 for hppa/ia64/ppc/ppc64, bug #643034 (diff) | |
download | gentoo-3710e1b495fcaff7d58d6984987ab731938f1e69.tar.gz gentoo-3710e1b495fcaff7d58d6984987ab731938f1e69.tar.bz2 gentoo-3710e1b495fcaff7d58d6984987ab731938f1e69.zip |
net-libs/libssh: Use https in live ebuild where appropriate.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/libssh-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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="" |