guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: java-plexus-classworlds: Use HTTPS home page.


From: guix-commits
Subject: 03/10: gnu: java-plexus-classworlds: Use HTTPS home page.
Date: Thu, 19 Mar 2020 22:24:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 268dc4720c2a9e068233e66eba8598a145865ed0
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:29:55 2020 +0100

    gnu: java-plexus-classworlds: Use HTTPS home page.
    
    * gnu/packages/java.scm (java-plexus-classworlds)[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 76a0c62..3fe765c 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3669,7 +3669,7 @@ these two libraries to vary independently of one 
another.")
        #:tests? #f));; FIXME: we need to generate some resources as in pom.xml
     (native-inputs
      `(("java-junit" ,java-junit)))
-    (home-page "http://codehaus-plexus.github.io/plexus-classworlds/";)
+    (home-page "https://codehaus-plexus.github.io/plexus-classworlds/";)
     (synopsis "Java class loader framework")
     (description "Plexus classworlds replaces the native @code{ClassLoader}
 mechanism of Java.  It is especially useful for dynamic loading of application



reply via email to

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