diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:16:58 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:16:58 +0100 |
commit | 5d47847751b193d52a62ec536c8313b796e19233 (patch) | |
tree | 78cdde7878c680d4daabe958281481f94794e08e /gnu | |
parent | 45bfc108d7e5faba6c98048cf9a64070af4bac3e (diff) | |
download | guix-5d47847751b193d52a62ec536c8313b796e19233.tar.gz |
gnu: ocaml-fmt: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-fmt)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 3f23966b56..8ef1266c42 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -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.") |