guix-commits
[Top][All Lists]
Advanced

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

08/17: gnu: xonsh: Use HTTPS home page.


From: guix-commits
Subject: 08/17: gnu: xonsh: Use HTTPS home page.
Date: Fri, 17 Jan 2020 17:45:32 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9a50f47c49a98318828aa0130fce436e795175d5
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 17 22:35:17 2020 +0100

    gnu: xonsh: Use HTTPS home page.
    
    * gnu/packages/shells.scm (xonsh)[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 1d2f754..a679810 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -483,7 +483,7 @@ ksh, and tcsh.")
        #:tests? #f))
     (inputs
      `(("python-ply" ,python-ply)))
-    (home-page "http://xon.sh/";)
+    (home-page "https://xon.sh/";)
     (synopsis "Python-ish shell")
     (description
      "Xonsh is a Python-ish, BASHwards-looking shell language and command



reply via email to

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