mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: chibi-scheme: Replace dead Google Code home-page.
* gnu/packages/scheme.scm (chibi-scheme)[home-page]: Update it.
This commit is contained in:
parent
6b7877e12c
commit
50995554f8
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ (define-public chibi-scheme
|
|||
(list (string-append "PREFIX=" out)
|
||||
(string-append "LDFLAGS=-Wl,-rpath=" out "/lib")))
|
||||
#:test-target "test"))
|
||||
(home-page "https://code.google.com/p/chibi-scheme/")
|
||||
(home-page "https://github.com/ashinn/chibi-scheme")
|
||||
(synopsis "Small embeddable Scheme implementation")
|
||||
(description
|
||||
"Chibi-Scheme is a very small library with no external dependencies
|
||||
|
|
Loading…
Reference in a new issue