guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: gauche: Use HTTPS home page.


From: guix-commits
Subject: 04/04: gnu: gauche: Use HTTPS home page.
Date: Sat, 14 Mar 2020 20:09:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 77386648da9c6bd0601d389ddb94ddba088d8b87
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 23:06:36 2020 +0100

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

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index d8a1a04..e36564f 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -1008,7 +1008,7 @@ The core is 12 builtin special forms and 33 builtin 
functions.")
   (package
     (name "gauche")
     (version "0.9.9")
-    (home-page "http://practical-scheme.net/gauche/index.html";)
+    (home-page "https://practical-scheme.net/gauche/index.html";)
     (source
      (origin
        (method url-fetch)



reply via email to

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