diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-15 06:13:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-15 12:15:05 +0200 |
commit | 4e9832dd3865978a3d70f4e596e45e7d3398204d (patch) | |
tree | 1c8175cf791610149a70a275c351cdb916af14d6 /gnu | |
parent | 511f3be695bb4a3c83218e3fea273063da378051 (diff) | |
download | patches-4e9832dd3865978a3d70f4e596e45e7d3398204d.tar patches-4e9832dd3865978a3d70f4e596e45e7d3398204d.tar.gz |
gnu: gambit-c: Update home page.
* gnu/packages/scheme.scm (gambit-c)[home-page]: Update.
Diffstat (limited to 'gnu')
-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 2e46a8453f..7f26d71aa6 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -560,7 +560,7 @@ of libraries.") ;; interaction channel to stdin/stdout. (("gsi -:tl") "gsi -:d-,tl")) #t))))) - (home-page "http://www.iro.umontreal.ca/~gambit/") + (home-page "http://gambitscheme.org") (synopsis "Efficient Scheme interpreter and compiler") (description "Gambit consists of two main programs: gsi, the Gambit Scheme |