gnu: sbcl-cl-store: Use HTTPS home page URI.
* gnu/packages/lisp-xyz.scm (sbcl-cl-store)[home-page]: Use HTTPS URI.master
parent
1896256d02
commit
630a4b77d6
|
@ -6673,7 +6673,7 @@ threads.")
|
|||
(description
|
||||
"CL-STORE is a portable serialization package which should give you the
|
||||
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))))
|
||||
|
||||
(define-public cl-store
|
||||
|
|
Reference in New Issue