diff options
Diffstat (limited to 'gnu/packages')
| -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 88f9293c58..c3b71dc738 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.") | 
