gnu: java-plexus-interpolation: Use HTTPS home page.
* gnu/packages/java.scm (java-plexus-interpolation)[home-page]: Use HTTPS.
This commit is contained in:
parent
c99f0e5780
commit
35e74723b5
1 changed files with 1 additions and 1 deletions
|
@ -3604,7 +3604,7 @@ more.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-junit" ,java-junit)
|
`(("java-junit" ,java-junit)
|
||||||
("java-hamcrest-core" ,java-hamcrest-core)))
|
("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")
|
(synopsis "Java components for interpolating ${} strings and the like")
|
||||||
(description "Plexus interpolator is a modular, flexible interpolation
|
(description "Plexus interpolator is a modular, flexible interpolation
|
||||||
framework for the expression language style commonly seen in Maven, Plexus,
|
framework for the expression language style commonly seen in Maven, Plexus,
|
||||||
|
|
Reference in a new issue