mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ocaml-fpath: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-fpath)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
5d47847751
commit
e5d08d8301
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue