gnu: slib: Update home page.

* gnu/packages/scheme.scm (slib)[home-page]: Update URL.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-24 23:11:23 +00:00
parent 6cf61cefe2
commit 30fd958e98
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -877,7 +877,7 @@ (define-public slib
(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.")