summaryrefslogtreecommitdiff
path: root/gnu/packages/scheme.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-19 01:42:17 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 17:12:46 +0100
commite04dd2d6d14c7d3c096754fe08a852fc80bd23ff (patch)
treed77442b4df72f606bb5f57f2c8795ad094b4250b /gnu/packages/scheme.scm
parent364873b508a852579005f90ff8644122f9365568 (diff)
downloadguix-patches-e04dd2d6d14c7d3c096754fe08a852fc80bd23ff.tar
guix-patches-e04dd2d6d14c7d3c096754fe08a852fc80bd23ff.tar.gz
gnu: slib: Use HTTPS home page.
* gnu/packages/scheme.scm (slib)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/scheme.scm')
-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 c891a77a18..66af3fba98 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -694,7 +694,7 @@ regular-expression notation.")
(assoc-ref outputs "out"))))))))
(native-inputs `(("unzip" ,unzip)
("texinfo" ,texinfo)))
- (home-page "http://people.csail.mit.edu/jaffer/SLIB.html")
+ (home-page "https://people.csail.mit.edu/jaffer/SLIB.html")
(synopsis "Compatibility and utility library for Scheme")
(description "SLIB is a portable Scheme library providing compatibility and
utility functions for all standard Scheme implementations.")