guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: java-joda-time: Use HTTPS home page.


From: guix-commits
Subject: 05/10: gnu: java-joda-time: Use HTTPS home page.
Date: Thu, 19 Mar 2020 22:24:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 14544d2f99775c0dcf8715695890cd15b036726f
Author: Tobias Geerinckx-Rice <address@hidden>
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

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