diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:17:55 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:17:55 +0100 |
commit | bc3a2c427480bdeb0a0243d05fceb4e5dda2461a (patch) | |
tree | 357475ed2ed8e27ab9a299ce759589fcb7e05765 /gnu/packages/ocaml.scm | |
parent | e5d08d83016a071c8932a0caf3b05916ff054e36 (diff) | |
download | guix-bc3a2c427480bdeb0a0243d05fceb4e5dda2461a.tar.gz guix-bc3a2c427480bdeb0a0243d05fceb4e5dda2461a.zip |
gnu: ocaml-jsonm: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-jsonm)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index c114ca63ab..ffee4f6b9c 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2421,7 +2421,7 @@ string values and to directly encode characters in OCaml Buffer.t values.") (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 |