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

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

View file

@ -3213,7 +3213,7 @@ (define-public ocaml-uuidm
(propagated-inputs (propagated-inputs
`(("cmdliner" ,ocaml-cmdliner) `(("cmdliner" ,ocaml-cmdliner)
("topkg" ,ocaml-topkg))) ("topkg" ,ocaml-topkg)))
(home-page "http://erratique.ch/software/uuidm") (home-page "https://erratique.ch/software/uuidm")
(synopsis "Universally unique identifiers for OCaml") (synopsis "Universally unique identifiers for OCaml")
(description "Uuidm is an OCaml module implementing 128 bits universally (description "Uuidm is an OCaml module implementing 128 bits universally
unique identifiers (UUIDs) version 3, 5 (named based with MD5, SHA-1 hashing) unique identifiers (UUIDs) version 3, 5 (named based with MD5, SHA-1 hashing)