summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 19:23:51 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-15 17:07:02 +0100
commitf13695ec3e125afad2a3f1a584948415cd0f1668 (patch)
treeb4ae7d4f7bfe47cdcbbc0dbb736371b55ee17421
parent917c28d2ab1a6ba7a5d0f1a23e10362de32fec6b (diff)
downloadpatches-f13695ec3e125afad2a3f1a584948415cd0f1668.tar
patches-f13695ec3e125afad2a3f1a584948415cd0f1668.tar.gz
gnu: sbcl-ningle: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-ningle)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/lisp-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 215f30fec0..5b990d2faa 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4753,7 +4753,7 @@ performance and simplicity in mind.")
("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.")