guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/14: gnu: lsh: Use HTTPS home page.


From: guix-commits
Subject: 02/14: gnu: lsh: Use HTTPS home page.
Date: Sun, 19 Jan 2020 22:53:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 21de4160d3bc866cb832d12e98acc2bc38a59a5f
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Jan 20 01:50:50 2020 +0100

    gnu: lsh: Use HTTPS home page.
    
    * gnu/packages/ssh.scm (lsh)[home-page]: Use HTTPS.
---
 gnu/packages/ssh.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 8f74aba..d203bb1 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]