diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:18:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 03:09:43 +0100 |
commit | 113c9b97b46344b5e30544ee4d2a6e85460feb02 (patch) | |
tree | 679931294a44ebdab3561a477b4ed59cf05fa629 | |
parent | 46a5d07ef79f7e586a3d0caa359e7117c1f1c500 (diff) | |
download | patches-113c9b97b46344b5e30544ee4d2a6e85460feb02.tar patches-113c9b97b46344b5e30544ee4d2a6e85460feb02.tar.gz |
gnu: sbcl-cl+ssl: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl)[home-page]: Use HTTPS.
-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 c4dea7711d..a3cb070fe5 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -3504,7 +3504,7 @@ RFC 1321 by R. Rivest, published April 1992.") ("sbcl-trivial-garbage" ,sbcl-trivial-garbage) ("sbcl-alexandria" ,sbcl-alexandria) ("sbcl-trivial-features" ,sbcl-trivial-features))) - (home-page "http://common-lisp.net/project/cl-plus-ssl/") + (home-page "https://common-lisp.net/project/cl-plus-ssl/") (synopsis "Common Lisp bindings to OpenSSL") (description "This library is a fork of SSL-CMUCL. The original SSL-CMUCL source |