ngz pushed a commit to branch master
in repository guix.
commit 331b5f833e84093ff2bd16a286ea0f010c54d5fd
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:18:52 2021 +0100
gnu: ocaml-mtime: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-mtime)[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 88f9293..c3b71dc 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1768,7 +1768,7 @@ manipulate such data.")
#:phases
(modify-phases %standard-phases
(delete 'configure))))
- (home-page "http://erratique.ch/software/mtime")
+ (home-page "https://erratique.ch/software/mtime")
(synopsis "Monotonic wall-clock time for OCaml")
(description "Access monotonic wall-clock time. It measures time
spans without being subject to operating system calendar time adjustments.")