me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ocaml.scm (ocaml-astring)[home-page]: Use HTTPS URI.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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