mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-cl-store: Use HTTPS home page URI.
* gnu/packages/lisp-xyz.scm (sbcl-cl-store)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
1896256d02
commit
630a4b77d6
1 changed files with 1 additions and 1 deletions
|
@ -6673,7 +6673,7 @@ threads.")
|
||||||
(description
|
(description
|
||||||
"CL-STORE is a portable serialization package which should give you the
|
"CL-STORE is a portable serialization package which should give you the
|
||||||
ability to store all Common Lisp data types into streams.")
|
ability to store all Common Lisp data types into streams.")
|
||||||
(home-page "http://www.common-lisp.net/project/cl-store/")
|
(home-page "https://www.common-lisp.net/project/cl-store/")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public cl-store
|
(define-public cl-store
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue