diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:20:39 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:20:39 +0100 |
commit | 0a55be06e38d6f5f39e1c5b439d94f9ab3f0c664 (patch) | |
tree | 8617b46e087c82146363d8b6deae9342cb4c70d4 /gnu/packages/ocaml.scm | |
parent | 0e0153e3362d7f5055656576f203f1d7781667dd (diff) | |
download | guix-0a55be06e38d6f5f39e1c5b439d94f9ab3f0c664.tar.gz |
gnu: ocaml-uuidm: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-uuidm)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 5bbf64588c..77e25af420 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3213,7 +3213,7 @@ tool and piqi-ocaml.") (propagated-inputs `(("cmdliner" ,ocaml-cmdliner) ("topkg" ,ocaml-topkg))) - (home-page "http://erratique.ch/software/uuidm") + (home-page "https://erratique.ch/software/uuidm") (synopsis "Universally unique identifiers for OCaml") (description "Uuidm is an OCaml module implementing 128 bits universally unique identifiers (UUIDs) version 3, 5 (named based with MD5, SHA-1 hashing) |