gnu: slib: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 19 Jan 2020 00:42:17 +0000 (01:42 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 17 Feb 2020 16:12:46 +0000 (17:12 +0100)
* gnu/packages/scheme.scm (slib)[home-page]: Use HTTPS.

gnu/packages/scheme.scm

index c891a77..66af3fb 100644 (file)
@@ -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.")