guix-commits
[Top][All Lists]
Advanced

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

27/87: gnu: ocaml-xmlm: Use HTTPS home page URI.


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

ngz pushed a commit to branch master
in repository guix.

commit 0ee39e0372e100c7fc93f132db0ea07c39169f2f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:21:19 2021 +0100

    gnu: ocaml-xmlm: Use HTTPS home page URI.
    
    * gnu/packages/ocaml.scm (ocaml-xmlm)[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 44eee86..3d75240 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2224,7 +2224,7 @@ run command line programs.")
      `(("ocamlbuild" ,ocamlbuild)
        ("ocaml-topkg" ,ocaml-topkg)
        ("opam" ,opam)))
-    (home-page "http://erratique.ch/software/xmlm";)
+    (home-page "https://erratique.ch/software/xmlm";)
     (synopsis "Streaming XML codec for OCaml")
     (description "Xmlm is a streaming codec to decode and encode the XML data
 format.  It can process XML documents without a complete in-memory



reply via email to

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