diff options
author | Mark H Weaver <mhw@netris.org> | 2014-04-16 00:49:40 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-04-16 00:49:40 -0400 |
commit | d2fcbb193b67106d0c0b57cd1e988acf2d30ace7 (patch) | |
tree | 68febab7fef93807bd5045f082ade159cc2834e3 /README | |
parent | b27ad2f394c5e4465f5cdee748534d013919cfa1 (diff) |
Update libgc URL in README.
* README: Update libgc URL. Suggested by Ian Grant
<ian.a.n.grant@googlemail.com>.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ Guile requires the following external packages: libgc (aka. the Boehm-Demers-Weiser garbage collector) is the conservative garbage collector used by Guile. It is available - from http://www.hpl.hp.com/personal/Hans_Boehm/gc/ . + from http://www.hboehm.info/gc/ . - libffi |