gnu: ocaml-jsonm: Use HTTPS home page URI.

* gnu/packages/ocaml.scm (ocaml-jsonm)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:17:55 +01:00
parent e5d08d8301
commit bc3a2c4274
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2421,7 +2421,7 @@ (define-public ocaml-jsonm
(propagated-inputs
`(("uutf" ,ocaml-uutf)
("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")
(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