gnu: cl-jonathan: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (cl-jonathan)[home-page]: Use HTTPS.master
parent
6b8c390f28
commit
46a5d07ef7
|
@ -4281,7 +4281,7 @@ streams (though primarily the former, while wrapping the latter).")
|
||||||
("sbcl-fast-io" ,sbcl-fast-io)
|
("sbcl-fast-io" ,sbcl-fast-io)
|
||||||
("sbcl-proc-parse" ,sbcl-proc-parse)
|
("sbcl-proc-parse" ,sbcl-proc-parse)
|
||||||
("sbcl-cl-ppcre" ,sbcl-cl-ppcre)))
|
("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")
|
(synopsis "JSON encoder and decoder")
|
||||||
(description
|
(description
|
||||||
"High performance JSON encoder and decoder. Currently support: SBCL,
|
"High performance JSON encoder and decoder. Currently support: SBCL,
|
||||||
|
|
Reference in New Issue