guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/87: gnu: ocaml-cmdliner: Use HTTPS home page URI.


From: guix-commits
Subject: 14/87: gnu: ocaml-cmdliner: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:29 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 7f37adfd6afbbab738a5f3ee0d8d9946b825ef23
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:15:19 2021 +0100

    gnu: ocaml-cmdliner: Use HTTPS home page URI.
    
    * gnu/packages/ocaml.scm (ocaml-cmdliner)[home-page]: Use HTTPS URI.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 9b8ce16..c5b0fdc 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1803,7 +1803,7 @@ spans without being subject to operating system calendar 
time adjustments.")
                (("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]