mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: ocaml-bos: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-bos)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
b0d1ace528
commit
683e24355e
1 changed files with 1 additions and 1 deletions
|
@ -2194,7 +2194,7 @@ (define-public ocaml-bos
|
|||
("fpath" ,ocaml-fpath)
|
||||
("logs" ,ocaml-logs)
|
||||
("rresult" ,ocaml-rresult)))
|
||||
(home-page "http://erratique.ch/software/bos")
|
||||
(home-page "https://erratique.ch/software/bos")
|
||||
(synopsis "Basic OS interaction for OCaml")
|
||||
(description "Bos provides support for basic and robust interaction with
|
||||
the operating system in OCaml. It has functions to access the process
|
||||
|
|
Loading…
Reference in a new issue