mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
1ac3e93761
commit
0ee39e0372
1 changed files with 1 additions and 1 deletions
|
@ -2224,7 +2224,7 @@ run command line programs.")
|
||||||
`(("ocamlbuild" ,ocamlbuild)
|
`(("ocamlbuild" ,ocamlbuild)
|
||||||
("ocaml-topkg" ,ocaml-topkg)
|
("ocaml-topkg" ,ocaml-topkg)
|
||||||
("opam" ,opam)))
|
("opam" ,opam)))
|
||||||
(home-page "http://erratique.ch/software/xmlm")
|
(home-page "https://erratique.ch/software/xmlm")
|
||||||
(synopsis "Streaming XML codec for OCaml")
|
(synopsis "Streaming XML codec for OCaml")
|
||||||
(description "Xmlm is a streaming codec to decode and encode the XML data
|
(description "Xmlm is a streaming codec to decode and encode the XML data
|
||||||
format. It can process XML documents without a complete in-memory
|
format. It can process XML documents without a complete in-memory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue