Browse Source
gnu: gauche: Use HTTPS home page.
* gnu/packages/scheme.scm (gauche)[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
|
|
@ -1008,7 +1008,7 @@ The core is 12 builtin special forms and 33 builtin functions.") |
|
|
|
(package |
|
|
|
(name "gauche") |
|
|
|
(version "0.9.9") |
|
|
|
(home-page "http://practical-scheme.net/gauche/index.html") |
|
|
|
(home-page "https://practical-scheme.net/gauche/index.html") |
|
|
|
(source |
|
|
|
(origin |
|
|
|
(method url-fetch) |
|
|
|