gnu: ocaml-jsonm: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-jsonm)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
e5d08d8301
commit
bc3a2c4274
1 changed files with 1 additions and 1 deletions
|
@ -2421,7 +2421,7 @@ string values and to directly encode characters in OCaml Buffer.t values.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("uutf" ,ocaml-uutf)
|
`(("uutf" ,ocaml-uutf)
|
||||||
("cmdliner" ,ocaml-cmdliner)))
|
("cmdliner" ,ocaml-cmdliner)))
|
||||||
(home-page "http://erratique.ch/software/jsonm")
|
(home-page "https://erratique.ch/software/jsonm")
|
||||||
(synopsis "Non-blocking streaming JSON codec for OCaml")
|
(synopsis "Non-blocking streaming JSON codec for OCaml")
|
||||||
(description "Jsonm is a non-blocking streaming codec to decode and encode
|
(description "Jsonm is a non-blocking streaming codec to decode and encode
|
||||||
the JSON data format. It can process JSON text without blocking on IO and
|
the JSON data format. It can process JSON text without blocking on IO and
|
||||||
|
|
Reference in a new issue