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

* gnu/packages/ocaml.scm (ocaml-fpath)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:17:32 +01:00
parent 5d47847751
commit e5d08d8301
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2159,7 +2159,7 @@ (define-public ocaml-fpath
(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