mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
|
||||
`(("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,
|
||||
|
|
Loading…
Reference in a new issue