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 @@ (define-public ocaml-astring
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue