guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: tcsh: Use HTTPS home page.


From: guix-commits
Subject: 13/14: gnu: tcsh: Use HTTPS home page.
Date: Mon, 9 Mar 2020 11:01:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cf566106b69093fe29f378f46aff03b81f754359
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:53:06 2020 +0100

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

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 8fb941b..8708b70 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -383,7 +383,7 @@ written by Paul Haahr and Byron Rakitzis.")
                 (with-directory-excursion bin
                   (symlink "tcsh" "csh"))
                 #t))))))
-    (home-page "http://www.tcsh.org/";)
+    (home-page "https://www.tcsh.org/";)
     (synopsis "Unix shell based on csh")
     (description
      "Tcsh is an enhanced, but completely compatible version of the Berkeley



reply via email to

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