summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 23:06:36 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-15 01:08:08 +0100
commit77386648da9c6bd0601d389ddb94ddba088d8b87 (patch)
treeb423e26c7c21936510080d99899f8e0b4572c740
parent131f0f853e5ea6c4effe18fbd1a4e68a6c78624d (diff)
downloadpatches-77386648da9c6bd0601d389ddb94ddba088d8b87.tar
patches-77386648da9c6bd0601d389ddb94ddba088d8b87.tar.gz
gnu: gauche: Use HTTPS home page.base-for-series-3167
* gnu/packages/scheme.scm (gauche)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/scheme.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index d8a1a04ba4..e36564f030 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)