gnu: java-plexus-classworlds: Use HTTPS home page.

* gnu/packages/java.scm (java-plexus-classworlds)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:29:55 +01:00
parent 1f0e7e0d59
commit 268dc4720c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3669,7 +3669,7 @@ (define-public java-plexus-classworlds
#: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