Browse Source
gnu: scm: Use HTTPS home page.
* gnu/packages/scheme.scm (scm)[home-page]: Use HTTPS.
version-1.1.0
Tobias Geerinckx-Rice
2 years ago
No known key found for this signature in database
GPG Key ID: DB0FF884F556D79
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|