gnu: java-plexus-classworlds: Use HTTPS home page.
* gnu/packages/java.scm (java-plexus-classworlds)[home-page]: Use HTTPS.master
parent
1f0e7e0d59
commit
268dc4720c
|
@ -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
|
#:tests? #f));; FIXME: we need to generate some resources as in pom.xml
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-junit" ,java-junit)))
|
`(("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")
|
(synopsis "Java class loader framework")
|
||||||
(description "Plexus classworlds replaces the native @code{ClassLoader}
|
(description "Plexus classworlds replaces the native @code{ClassLoader}
|
||||||
mechanism of Java. It is especially useful for dynamic loading of application
|
mechanism of Java. It is especially useful for dynamic loading of application
|
||||||
|
|
Reference in New Issue