mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: libssh2: Update home page.
* gnu/packages/ssh.scm (libssh2)[home-page]: Use HTTPS.
This commit is contained in:
parent
82924965d7
commit
18e627beac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue