gnu: ocaml-mtime: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-mtime)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
3b50326df0
commit
331b5f833e
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Reference in a new issue