gnu: ocaml-logs: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-logs)[home-page]: Use HTTPS URI.master
parent
bc3a2c4274
commit
3b50326df0
|
@ -2128,7 +2128,7 @@ ocaml lwt.")
|
|||
("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
|
||||
|
|
Reference in New Issue