guix-commits
[Top][All Lists]
Advanced

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

12/87: gnu: ocaml-astring: Use HTTPS home page URI.


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

ngz pushed a commit to branch master
in repository guix.

commit b0d1ace5282b5907b9f8ad83c6c9573cd7f29e37
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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

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