gnu: ocaml-fmt: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-fmt)[home-page]: Use HTTPS URI.master
parent
45bfc108d7
commit
5d47847751
|
@ -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.")
|
||||
|
|
Reference in New Issue