mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-cmdliner: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-cmdliner)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
683e24355e
commit
7f37adfd6a
1 changed files with 1 additions and 1 deletions
|
@ -1803,7 +1803,7 @@ spans without being subject to operating system calendar time adjustments.")
|
||||||
(("Sys.readdir dir")
|
(("Sys.readdir dir")
|
||||||
"let a = Sys.readdir dir in Array.sort String.compare a; a"))
|
"let a = Sys.readdir dir in Array.sort String.compare a; a"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://erratique.ch/software/cmdliner")
|
(home-page "https://erratique.ch/software/cmdliner")
|
||||||
(synopsis "Declarative definition of command line interfaces for OCaml")
|
(synopsis "Declarative definition of command line interfaces for OCaml")
|
||||||
(description "Cmdliner is a module for the declarative definition of command
|
(description "Cmdliner is a module for the declarative definition of command
|
||||||
line interfaces. It provides a simple and compositional mechanism to convert
|
line interfaces. It provides a simple and compositional mechanism to convert
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue