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

* gnu/packages/ocaml.scm (ocaml-logs)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:18:27 +01:00
parent bc3a2c4274
commit 3b50326df0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2128,7 +2128,7 @@ (define-public ocaml-logs
("result" ,ocaml-result)
("cmdliner" ,ocaml-cmdliner)
("topkg" ,ocaml-topkg)))
(home-page "http://erratique.ch/software/logs")
(home-page "https://erratique.ch/software/logs")
(synopsis "Logging infrastructure for OCaml")
(description "Logs provides a logging infrastructure for OCaml. Logging is
performed on sources whose reporting level can be set independently. Log