diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-20 01:50:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-20 04:22:26 +0100 |
commit | 21de4160d3bc866cb832d12e98acc2bc38a59a5f (patch) | |
tree | 47dda59fe039d649b5ea487ecc34b5d47d92b808 /gnu/packages/ssh.scm | |
parent | bac03797fde1bf0e9c73fe0eff5088e432b4e27d (diff) | |
download | patches-21de4160d3bc866cb832d12e98acc2bc38a59a5f.tar patches-21de4160d3bc866cb832d12e98acc2bc38a59a5f.tar.gz |
gnu: lsh: Use HTTPS home page.
* gnu/packages/ssh.scm (lsh)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r-- | gnu/packages/ssh.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 8f74ababe8..d203bb1455 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -617,7 +617,7 @@ basis for almost any application.") ;; Tests rely on $USER being set. (setenv "USER" "guix")))))) - (home-page "http://www.lysator.liu.se/~nisse/lsh/") + (home-page "https://www.lysator.liu.se/~nisse/lsh/") (synopsis "GNU implementation of the Secure Shell (ssh) protocols") (description "GNU lsh is a free implementation of the SSH version 2 protocol. It is |