me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/java.scm (java-plexus-classworlds)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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