diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:17:32 +0100 | 
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:17:32 +0100 | 
| commit | e5d08d83016a071c8932a0caf3b05916ff054e36 (patch) | |
| tree | 43ac67b821519376fa72e38b8150c17fcc67243e /gnu | |
| parent | 5d47847751b193d52a62ec536c8313b796e19233 (diff) | |
gnu: ocaml-fpath: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-fpath)[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 8ef1266c42..c114ca63ab 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2159,7 +2159,7 @@ message report is decoupled from logging and is handled by a reporter.")      (propagated-inputs       `(("topkg" ,ocaml-topkg)         ("astring" ,ocaml-astring))) -    (home-page "http://erratique.ch/software/fpath") +    (home-page "https://erratique.ch/software/fpath")      (synopsis "File system paths for OCaml")      (description "Fpath is an OCaml module for handling file system paths with  POSIX or Windows conventions.  Fpath processes paths without accessing the | 
