ngz pushed a commit to branch master
in repository guix.

commit e5d08d83016a071c8932a0caf3b05916ff054e36
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:17:32 2021 +0100

    gnu: ocaml-fpath: Use HTTPS home page URI.
    
    * gnu/packages/ocaml.scm (ocaml-fpath)[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 8ef1266..c114ca6 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2159,7 +2159,7 @@ message report is decoupled from logging and is handled 
by a reporter.")
     (propagated-inputs
      `(("topkg" ,ocaml-topkg)
        ("astring" ,ocaml-astring)))
-    (home-page "http://erratique.ch/software/fpath";)
+    (home-page "https://erratique.ch/software/fpath";)
     (synopsis "File system paths for OCaml")
     (description "Fpath is an OCaml module for handling file system paths with
 POSIX or Windows conventions.  Fpath processes paths without accessing the

Reply via email to