~ruther/guix-local

30fd958e9868e2c51907434deb4611b7a76095a9 — Tobias Geerinckx-Rice 8 years ago 6cf61ce
gnu: slib: Update home page.

* gnu/packages/scheme.scm (slib)[home-page]: Update URL.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/scheme.scm
M gnu/packages/scheme.scm => gnu/packages/scheme.scm +1 -1
@@ 877,7 877,7 @@ regular-expression notation.")
                                                   (assoc-ref outputs "out")))))))))
    (native-inputs `(("unzip" ,unzip)
                     ("texinfo" ,texinfo)))
    (home-page "http://people.csail.mit.edu/jaffer/SLIB/")
    (home-page "http://people.csail.mit.edu/jaffer/SLIB.html")
    (synopsis "Compatibility and utility library for Scheme")
    (description "SLIB is a portable Scheme library providing compatibility and
utility functions for all standard Scheme implementations.")