ngz pushed a commit to branch master
in repository guix.
commit 0a55be06e38d6f5f39e1c5b439d94f9ab3f0c664
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:20:39 2021 +0100
gnu: ocaml-uuidm: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-uuidm)[home-page]: Use HTTPS URI.
---
gnu/packages/ocaml.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 5bbf645..77e25af 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)