mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-astring: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-astring)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
a431d93b6a
commit
b0d1ace528
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue