mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: slib: Update home page.
* gnu/packages/scheme.scm (slib)[home-page]: Update URL.
This commit is contained in:
parent
6cf61cefe2
commit
30fd958e98
1 changed files with 1 additions and 1 deletions
|
@ -877,7 +877,7 @@ (define-public slib
|
||||||
(assoc-ref outputs "out")))))))))
|
(assoc-ref outputs "out")))))))))
|
||||||
(native-inputs `(("unzip" ,unzip)
|
(native-inputs `(("unzip" ,unzip)
|
||||||
("texinfo" ,texinfo)))
|
("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")
|
(synopsis "Compatibility and utility library for Scheme")
|
||||||
(description "SLIB is a portable Scheme library providing compatibility and
|
(description "SLIB is a portable Scheme library providing compatibility and
|
||||||
utility functions for all standard Scheme implementations.")
|
utility functions for all standard Scheme implementations.")
|
||||||
|
|
Loading…
Reference in a new issue