ngz pushed a commit to branch master
in repository guix.

commit b0d1ace5282b5907b9f8ad83c6c9573cd7f29e37
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:14:07 2021 +0100

    gnu: ocaml-astring: Use HTTPS home page URI.
    
    * gnu/packages/ocaml.scm (ocaml-astring)[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 9e68359..9c30107 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1867,7 +1867,7 @@ functions.")
        #:phases
        (modify-phases %standard-phases
          (delete 'configure))))
-    (home-page "http://erratique.ch/software/astring";)
+    (home-page "https://erratique.ch/software/astring";)
     (synopsis "Alternative String module for OCaml")
     (description "Astring exposes an alternative String module for OCaml.  This
 module balances minimality and expressiveness for basic, index-free, string

Reply via email to