summaryrefslogtreecommitdiff
path: root/gnu/packages/ssh.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-03-15 16:08:24 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-03-15 16:08:24 +0100
commit18e627beac6b3673e52fdcfb78b19fb979ee9dd7 (patch)
treeaf68a94bd005cc5e766c14f7dd51c8da5f16d7e8 /gnu/packages/ssh.scm
parent82924965d74cda9f23297b28f15feeda75867560 (diff)
downloadguix-patches-18e627beac6b3673e52fdcfb78b19fb979ee9dd7.tar
guix-patches-18e627beac6b3673e52fdcfb78b19fb979ee9dd7.tar.gz
gnu: libssh2: Update home page.
* gnu/packages/ssh.scm (libssh2)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r--gnu/packages/ssh.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index fc7a711395..91b89242f8 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -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
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