gnu: ocaml-astring: Use HTTPS home page URI.

* gnu/packages/ocaml.scm (ocaml-astring)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:14:07 +01:00
parent a431d93b6a
commit b0d1ace528
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1867,7 +1867,7 @@ functions.")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)))) (delete 'configure))))
(home-page "http://erratique.ch/software/astring") (home-page "https://erratique.ch/software/astring")
(synopsis "Alternative String module for OCaml") (synopsis "Alternative String module for OCaml")
(description "Astring exposes an alternative String module for OCaml. This (description "Astring exposes an alternative String module for OCaml. This
module balances minimality and expressiveness for basic, index-free, string module balances minimality and expressiveness for basic, index-free, string