gnu: scm: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 18 Jan 2020 23:33:39 +0000 (00:33 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 14 Mar 2020 02:43:46 +0000 (03:43 +0100)
* gnu/packages/scheme.scm (scm)[home-page]: Use HTTPS.

gnu/packages/scheme.scm

index e311de0..d8a1a04 100644 (file)
@@ -801,7 +801,7 @@ utility functions for all standard Scheme implementations.")
     (inputs `(("slib" ,slib)))
     (native-inputs `(("unzip" ,unzip)
                      ("texinfo" ,texinfo)))
-    (home-page "http://people.csail.mit.edu/jaffer/SCM")
+    (home-page "https://people.csail.mit.edu/jaffer/SCM")
     (synopsis "Scheme implementation conforming to R5RS and IEEE P1178")
     (description "GNU SCM is an implementation of Scheme.  This
 implementation includes Hobbit, a Scheme-to-C compiler, which can