diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:18:52 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:18:52 +0100 |
commit | 331b5f833e84093ff2bd16a286ea0f010c54d5fd (patch) | |
tree | 57e07769957cebd982db7da17ce0bf8343eaba86 | |
parent | 3b50326df0f42b47db0602735503b431669c58e4 (diff) | |
download | guix-331b5f833e84093ff2bd16a286ea0f010c54d5fd.tar.gz |
gnu: ocaml-mtime: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-mtime)[home-page]: Use HTTPS URI.
-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.") |