diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-14 21:46:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-14 21:59:39 +0100 |
commit | 50995554f87f50f3e300d986b4cb9770174e60af (patch) | |
tree | 5ad43c4e52d3ad5fbb09ab14276d57115075fbbc | |
parent | 6b7877e12c264af34915eb8a12bbb520f8b6af47 (diff) | |
download | patches-50995554f87f50f3e300d986b4cb9770174e60af.tar patches-50995554f87f50f3e300d986b4cb9770174e60af.tar.gz |
gnu: chibi-scheme: Replace dead Google Code home-page.
* gnu/packages/scheme.scm (chibi-scheme)[home-page]: Update it.
-rw-r--r-- | gnu/packages/scheme.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 16b1b5586c..78f387faf0 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -578,7 +578,7 @@ mixed.") (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 |