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
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(home-page "http://erratique.ch/software/mtime")
|
(home-page "https://erratique.ch/software/mtime")
|
||||||
(synopsis "Monotonic wall-clock time for OCaml")
|
(synopsis "Monotonic wall-clock time for OCaml")
|
||||||
(description "Access monotonic wall-clock time. It measures time
|
(description "Access monotonic wall-clock time. It measures time
|
||||||
spans without being subject to operating system calendar time adjustments.")
|
spans without being subject to operating system calendar time adjustments.")
|
||||||
|
|
Reference in a new issue