gnu: sbcl-ningle: Use HTTPS home page.

* gnu/packages/lisp-xyz.scm (sbcl-ningle)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 19:23:51 +01:00
parent 917c28d2ab
commit f13695ec3e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4753,7 +4753,7 @@ (define-public sbcl-ningle
("sbcl-lack-component" ,sbcl-lack-component)
("sbcl-alexandria" ,sbcl-alexandria)
("sbcl-babel" ,sbcl-babel)))
(home-page "http://8arrow.org/ningle/")
(home-page "https://8arrow.org/ningle/")
(synopsis "Super micro framework for Common Lisp")
(description
"Ningle is a lightweight web application framework for Common Lisp.")