guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/87: gnu: ocaml-jsonm: Use HTTPS home page URI.


From: guix-commits
Subject: 19/87: gnu: ocaml-jsonm: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:31 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit bc3a2c427480bdeb0a0243d05fceb4e5dda2461a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:17:55 2021 +0100

    gnu: ocaml-jsonm: Use HTTPS home page URI.
    
    * gnu/packages/ocaml.scm (ocaml-jsonm)[home-page]: Use HTTPS URI.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c114ca6..ffee4f6 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]