3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/ocaml.scm (ocaml-xmlm)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:21:19 +01:00
parent 1ac3e93761
commit 0ee39e0372
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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