gnu: slib: Use HTTPS home page.

* gnu/packages/scheme.scm (slib)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:42:17 +01:00
parent 364873b508
commit e04dd2d6d1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -694,7 +694,7 @@ (define-public slib
(assoc-ref outputs "out"))))))))
(native-inputs `(("unzip" ,unzip)
("texinfo" ,texinfo)))
(home-page "http://people.csail.mit.edu/jaffer/SLIB.html")
(home-page "https://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.")