aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 00:27:48 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 03:09:41 +0100
commit46a5d07ef79f7e586a3d0caa359e7117c1f1c500 (patch)
treee25d74e504863ba9ed6a3b820e626300433331bd
parent6b8c390f282936cad9172100c0d882f7391a6fc4 (diff)
downloadguix-46a5d07ef79f7e586a3d0caa359e7117c1f1c500.tar
guix-46a5d07ef79f7e586a3d0caa359e7117c1f1c500.tar.gz
gnu: cl-jonathan: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (cl-jonathan)[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 d9986463a0..c4dea7711d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4281,7 +4281,7 @@ streams (though primarily the former, while wrapping the latter).")
("sbcl-fast-io" ,sbcl-fast-io)
("sbcl-proc-parse" ,sbcl-proc-parse)
("sbcl-cl-ppcre" ,sbcl-cl-ppcre)))
- (home-page "http://rudolph-miller.github.io/jonathan/overview.html")
+ (home-page "https://rudolph-miller.github.io/jonathan/overview.html")
(synopsis "JSON encoder and decoder")
(description
"High performance JSON encoder and decoder. Currently support: SBCL,