diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:33:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-14 03:43:46 +0100 |
commit | 1df9bee78645add6a80277941ab4f0658feda9b7 (patch) | |
tree | 8a89aeb1fa6e80a0a4cec512f525021cb244ebaa /gnu | |
parent | 450a1af293b30fa1dbf25a42b8a86b5b3bfb4d4a (diff) |
gnu: scm: Use HTTPS home page.
* gnu/packages/scheme.scm (scm)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/scheme.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index e311de0638..d8a1a04ba4 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -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 |