mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: slib: Use HTTPS home page.
* gnu/packages/scheme.scm (slib)[home-page]: Use HTTPS.
This commit is contained in:
parent
364873b508
commit
e04dd2d6d1
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ regular-expression notation.")
|
||||||
(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.html")
|
(home-page "https://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…
Add table
Add a link
Reference in a new issue