mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: ocaml-uuidm: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-uuidm)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
0e0153e336
commit
0a55be06e3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue