guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/87: gnu: ocaml-mtime: Use HTTPS home page URI.


From: guix-commits
Subject: 21/87: gnu: ocaml-mtime: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:32 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 331b5f833e84093ff2bd16a286ea0f010c54d5fd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:18:52 2021 +0100

    gnu: ocaml-mtime: Use HTTPS home page URI.
    
    * gnu/packages/ocaml.scm (ocaml-mtime)[home-page]: Use HTTPS URI.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 88f9293..c3b71dc 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]