diff options
author | Brett Gilio <brettg@gnu.org> | 2019-12-21 19:01:23 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2019-12-21 19:01:23 -0600 |
commit | 630a4b77d6c6eaa32889408331c1b79b273b24b6 (patch) | |
tree | c310f737f8aa20c54079eb31551598c023d0256d /gnu/packages | |
parent | 1896256d02415aeb480425e08f6df6ea84daa214 (diff) | |
download | patches-630a4b77d6c6eaa32889408331c1b79b273b24b6.tar patches-630a4b77d6c6eaa32889408331c1b79b273b24b6.tar.gz |
gnu: sbcl-cl-store: Use HTTPS home page URI.
* gnu/packages/lisp-xyz.scm (sbcl-cl-store)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index e96023ce5f..b895487bfb 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -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 |