guix-commits
[Top][All Lists]
Advanced

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

20/87: gnu: ocaml-logs: Use HTTPS home page URI.


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

ngz pushed a commit to branch master
in repository guix.

commit 3b50326df0f42b47db0602735503b431669c58e4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:18:27 2021 +0100

    gnu: ocaml-logs: Use HTTPS home page URI.
    
    * gnu/packages/ocaml.scm (ocaml-logs)[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 ffee4f6..88f9293 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2128,7 +2128,7 @@ ocaml lwt.")
        ("result" ,ocaml-result)
        ("cmdliner" ,ocaml-cmdliner)
        ("topkg" ,ocaml-topkg)))
-    (home-page "http://erratique.ch/software/logs";)
+    (home-page "https://erratique.ch/software/logs";)
     (synopsis "Logging infrastructure for OCaml")
     (description "Logs provides a logging infrastructure for OCaml.  Logging is
 performed on sources whose reporting level can be set independently.  Log



reply via email to

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