me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ocaml.scm (ocaml-fmt)[home-page]: Use HTTPS URI.
master
Nicolas Goaziou 2021-02-28 11:16:58 +01:00
parent 45bfc108d7
commit 5d47847751
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -1839,7 +1839,7 @@ most of the POSIX and GNU conventions.")
#:phases
(modify-phases %standard-phases
(delete 'configure))))
(home-page "http://erratique.ch/software/fmt")
(home-page "https://erratique.ch/software/fmt")
(synopsis "OCaml Format pretty-printer combinators")
(description "Fmt exposes combinators to devise Format pretty-printing
functions.")