gnu: chez-scheme: Update home-page.

* gnu/packages/chez.scm (chez-scheme)[home-page]: Now uses Github project page.
This commit is contained in:
Brett Gilio 2019-12-24 21:58:16 -06:00
parent cded4ca000
commit 0cf6f606a8
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -220,7 +220,7 @@ (define-public chez-scheme
;; Cross-compiling for the Raspberry Pi is supported, but not native ARM.
(supported-systems (fold delete %supported-systems
'("mips64el-linux" "armhf-linux")))
(home-page "http://www.scheme.com")
(home-page "https://cisco.github.io/ChezScheme/")
(synopsis "R6RS Scheme compiler and run-time")
(description
"Chez Scheme is a compiler and run-time system for the language of the