gnu: gauche: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 18 Jan 2020 22:06:36 +0000 (23:06 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 15 Mar 2020 00:08:08 +0000 (01:08 +0100)
* gnu/packages/scheme.scm (gauche)[home-page]: Use HTTPS.

gnu/packages/scheme.scm

index d8a1a04..e36564f 100644 (file)
@@ -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)