guix-commits
[Top][All Lists]
Advanced

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

17/87: gnu: ocaml-fmt: Use HTTPS home page URI.


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

ngz pushed a commit to branch master
in repository guix.

commit 5d47847751b193d52a62ec536c8313b796e19233
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:16:58 2021 +0100

    gnu: ocaml-fmt: Use HTTPS home page URI.
    
    * gnu/packages/ocaml.scm (ocaml-fmt)[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 3f23966..8ef1266 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1839,7 +1839,7 @@ most of the POSIX and GNU conventions.")
                  #:phases
                  (modify-phases %standard-phases
                    (delete 'configure))))
-    (home-page "http://erratique.ch/software/fmt";)
+    (home-page "https://erratique.ch/software/fmt";)
     (synopsis "OCaml Format pretty-printer combinators")
     (description "Fmt exposes combinators to devise Format pretty-printing
 functions.")



reply via email to

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