guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: java-commons-codec: Use HTTPS home page.


From: guix-commits
Subject: 04/04: gnu: java-commons-codec: Use HTTPS home page.
Date: Sat, 22 Feb 2020 17:52:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 77e1fe31b35b54a2c7fb88f49aa796fdabe5b955
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:23:08 2020 +0100

    gnu: java-commons-codec: Use HTTPS home page.
    
    * gnu/packages/java.scm (java-commons-codec)[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 9371901..3ec3369 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -6634,7 +6634,7 @@ This is a part of the Apache Commons Project.")
     (native-inputs
      `(("java-junit" ,java-junit)
        ("java-hamcrest-core" ,java-hamcrest-core)))
-    (home-page "http://commons.apache.org/codec/";)
+    (home-page "https://commons.apache.org/codec/";)
     (synopsis "Common encoders and decoders such as Base64, Hex, Phonetic and 
URLs")
     (description "The codec package contains simple encoder and decoders for
 various formats such as Base64 and Hexadecimal.  In addition to these widely



reply via email to

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