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

* gnu/packages/java.scm (java-plexus-utils)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:12:19 +01:00
parent 2b62f5d0f7
commit 1b4d40cf7b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3578,7 +3578,7 @@ (define-public java-plexus-utils
(native-inputs
`(("java-hamcrest-core" ,java-hamcrest-core)
("java-junit" ,java-junit)))
(home-page "http://codehaus-plexus.github.io/plexus-utils/")
(home-page "https://codehaus-plexus.github.io/plexus-utils/")
(synopsis "Common utilities for the Plexus framework")
(description "This package provides various Java utility classes for the
Plexus framework to ease working with strings, files, command lines, XML and