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

* gnu/packages/java.scm (java-plexus-interpolation)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:51:34 +01:00
parent c99f0e5780
commit 35e74723b5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3604,7 +3604,7 @@ (define-public java-plexus-interpolation
(native-inputs
`(("java-junit" ,java-junit)
("java-hamcrest-core" ,java-hamcrest-core)))
(home-page "http://codehaus-plexus.github.io/plexus-interpolation/")
(home-page "https://codehaus-plexus.github.io/plexus-interpolation/")
(synopsis "Java components for interpolating ${} strings and the like")
(description "Plexus interpolator is a modular, flexible interpolation
framework for the expression language style commonly seen in Maven, Plexus,