diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 19:23:51 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-15 17:07:02 +0100 |
commit | f13695ec3e125afad2a3f1a584948415cd0f1668 (patch) | |
tree | b4ae7d4f7bfe47cdcbbc0dbb736371b55ee17421 /gnu | |
parent | 917c28d2ab1a6ba7a5d0f1a23e10362de32fec6b (diff) | |
download | patches-f13695ec3e125afad2a3f1a584948415cd0f1668.tar patches-f13695ec3e125afad2a3f1a584948415cd0f1668.tar.gz |
gnu: sbcl-ningle: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-ningle)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 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.") |