diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-24 23:11:23 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-25 01:02:21 +0100 |
commit | 30fd958e9868e2c51907434deb4611b7a76095a9 (patch) | |
tree | b5576335b31afbfba035287ca8cf00a48d2b2f02 /gnu/packages/scheme.scm | |
parent | 6cf61cefe2032ccf605d7f2e32673e0f6c2c80dd (diff) | |
download | patches-30fd958e9868e2c51907434deb4611b7a76095a9.tar patches-30fd958e9868e2c51907434deb4611b7a76095a9.tar.gz |
gnu: slib: Update home page.
* gnu/packages/scheme.scm (slib)[home-page]: Update URL.
Diffstat (limited to 'gnu/packages/scheme.scm')
-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 a20a0235f4..3c560740cd 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -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.") |