nckx pushed a commit to branch master
in repository guix.

commit 14544d2f99775c0dcf8715695890cd15b036726f
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jan 19 00:53:19 2020 +0100

    gnu: java-joda-time: Use HTTPS home page.
    
    * gnu/packages/java.scm (java-joda-time)[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 b68fc9f7..470f584 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -10363,7 +10363,7 @@ wider problem of Object to Object transformation.")
      `(("java-junit" ,java-junit)
        ("java-hamcrest-core" ,java-hamcrest-core)
        ("tzdata" ,tzdata)))
-    (home-page "http://www.joda.org/joda-time/";)
+    (home-page "https://www.joda.org/joda-time/";)
     (synopsis "Replacement for the Java date and time classes")
     (description "Joda-Time is a replacement for the Java date and time
 classes prior to Java SE 8.")

Reply via email to