gnu: sbcl-cl+ssl: Use HTTPS home page.

* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:18:43 +01:00
parent 46a5d07ef7
commit 113c9b97b4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3504,7 +3504,7 @@ (define-public sbcl-cl+ssl
("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