guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: java-commons-cli: Use HTTPS home page.


From: guix-commits
Subject: 05/07: gnu: java-commons-cli: Use HTTPS home page.
Date: Sun, 1 Mar 2020 08:42:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1b3a60383788aa37f11aa7bfb7667327f6c96a46
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:33:26 2020 +0100

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

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 011ff6e..babab2a 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -6584,7 +6584,7 @@ logging framework for Java.")))
     (native-inputs
      `(("java-junit" ,java-junit)
        ("java-hamcrest-core" ,java-hamcrest-core)))
-    (home-page "http://commons.apache.org/cli/";)
+    (home-page "https://commons.apache.org/cli/";)
     (synopsis "Command line arguments and options parsing library")
     (description "The Apache Commons CLI library provides an API for parsing
 command line options passed to programs.  It is also able to print help



reply via email to

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