mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: chez-scheme: Update home-page.
* gnu/packages/chez.scm (chez-scheme)[home-page]: Now uses Github project page.
This commit is contained in:
parent
cded4ca000
commit
0cf6f606a8
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ (define-public chez-scheme
|
||||||
;; Cross-compiling for the Raspberry Pi is supported, but not native ARM.
|
;; Cross-compiling for the Raspberry Pi is supported, but not native ARM.
|
||||||
(supported-systems (fold delete %supported-systems
|
(supported-systems (fold delete %supported-systems
|
||||||
'("mips64el-linux" "armhf-linux")))
|
'("mips64el-linux" "armhf-linux")))
|
||||||
(home-page "http://www.scheme.com")
|
(home-page "https://cisco.github.io/ChezScheme/")
|
||||||
(synopsis "R6RS Scheme compiler and run-time")
|
(synopsis "R6RS Scheme compiler and run-time")
|
||||||
(description
|
(description
|
||||||
"Chez Scheme is a compiler and run-time system for the language of the
|
"Chez Scheme is a compiler and run-time system for the language of the
|
||||||
|
|
Loading…
Reference in a new issue