gnu: libssh2: Update home page.

* gnu/packages/ssh.scm (libssh2)[home-page]: Use HTTPS.
This commit is contained in:
Marius Bakke 2019-03-15 16:08:24 +01:00
parent 82924965d7
commit 18e627beac
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -141,7 +141,7 @@ (define-public libssh2
into an application to perform many different tasks when communicating with
a server that supports the SSH-2 protocol.")
(license license:bsd-3)
(home-page "http://www.libssh2.org/")))
(home-page "https://www.libssh2.org/")))
(define-public openssh
(package