gnu: lsh: Use HTTPS home page.
* gnu/packages/ssh.scm (lsh)[home-page]: Use HTTPS.master
parent
bac03797fd
commit
21de4160d3
|
@ -617,7 +617,7 @@ basis for almost any application.")
|
||||||
|
|
||||||
;; Tests rely on $USER being set.
|
;; Tests rely on $USER being set.
|
||||||
(setenv "USER" "guix"))))))
|
(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")
|
(synopsis "GNU implementation of the Secure Shell (ssh) protocols")
|
||||||
(description
|
(description
|
||||||
"GNU lsh is a free implementation of the SSH version 2 protocol. It is
|
"GNU lsh is a free implementation of the SSH version 2 protocol. It is
|
||||||
|
|
Reference in New Issue