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
|
@ -578,7 +578,7 @@ mixed.")
|
||||||
(list (string-append "PREFIX=" out)
|
(list (string-append "PREFIX=" out)
|
||||||
(string-append "LDFLAGS=-Wl,-rpath=" out "/lib")))
|
(string-append "LDFLAGS=-Wl,-rpath=" out "/lib")))
|
||||||
#:test-target "test"))
|
#: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")
|
(synopsis "Small embeddable Scheme implementation")
|
||||||
(description
|
(description
|
||||||
"Chibi-Scheme is a very small library with no external dependencies
|
"Chibi-Scheme is a very small library with no external dependencies
|
||||||
|
|
Loading…
Reference in New Issue