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

* gnu/packages/ocaml.scm (ocaml-cmdliner)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:15:19 +01:00
parent 683e24355e
commit 7f37adfd6a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1803,7 +1803,7 @@ (define-public ocaml-cmdliner
(("Sys.readdir dir")
"let a = Sys.readdir dir in Array.sort String.compare a; a"))
#t)))))
(home-page "http://erratique.ch/software/cmdliner")
(home-page "https://erratique.ch/software/cmdliner")
(synopsis "Declarative definition of command line interfaces for OCaml")
(description "Cmdliner is a module for the declarative definition of command
line interfaces. It provides a simple and compositional mechanism to convert