gnu: gauche: Use HTTPS home page.

* gnu/packages/scheme.scm (gauche)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 23:06:36 +01:00
parent 131f0f853e
commit 77386648da
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1008,7 +1008,7 @@ (define-public gauche
(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)