gnu: libssh2: Update home page.
* gnu/packages/ssh.scm (libssh2)[home-page]: Use HTTPS.
This commit is contained in:
parent
82924965d7
commit
18e627beac
|
@ -141,7 +141,7 @@ the SSH-2 protocol in an easy-to-use self-contained package. It can be built
|
||||||
into an application to perform many different tasks when communicating with
|
into an application to perform many different tasks when communicating with
|
||||||
a server that supports the SSH-2 protocol.")
|
a server that supports the SSH-2 protocol.")
|
||||||
(license license:bsd-3)
|
(license license:bsd-3)
|
||||||
(home-page "http://www.libssh2.org/")))
|
(home-page "https://www.libssh2.org/")))
|
||||||
|
|
||||||
(define-public openssh
|
(define-public openssh
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue