mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: ocaml-logs: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-logs)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
bc3a2c4274
commit
3b50326df0
1 changed files with 1 additions and 1 deletions
|
@ -2128,7 +2128,7 @@ (define-public ocaml-logs
|
||||||
("result" ,ocaml-result)
|
("result" ,ocaml-result)
|
||||||
("cmdliner" ,ocaml-cmdliner)
|
("cmdliner" ,ocaml-cmdliner)
|
||||||
("topkg" ,ocaml-topkg)))
|
("topkg" ,ocaml-topkg)))
|
||||||
(home-page "http://erratique.ch/software/logs")
|
(home-page "https://erratique.ch/software/logs")
|
||||||
(synopsis "Logging infrastructure for OCaml")
|
(synopsis "Logging infrastructure for OCaml")
|
||||||
(description "Logs provides a logging infrastructure for OCaml. Logging is
|
(description "Logs provides a logging infrastructure for OCaml. Logging is
|
||||||
performed on sources whose reporting level can be set independently. Log
|
performed on sources whose reporting level can be set independently. Log
|
||||||
|
|
Loading…
Reference in a new issue