gnu: ocaml-mtime: Use HTTPS home page URI.

* gnu/packages/ocaml.scm (ocaml-mtime)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:18:52 +01:00
parent 3b50326df0
commit 331b5f833e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -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.")