gnu: java-plexus-utils: Use HTTPS home page.
* gnu/packages/java.scm (java-plexus-utils)[home-page]: Use HTTPS.
This commit is contained in:
parent
2b62f5d0f7
commit
1b4d40cf7b
1 changed files with 1 additions and 1 deletions
|
@ -3578,7 +3578,7 @@ cli/shell/BourneShell.java"
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-hamcrest-core" ,java-hamcrest-core)
|
`(("java-hamcrest-core" ,java-hamcrest-core)
|
||||||
("java-junit" ,java-junit)))
|
("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")
|
(synopsis "Common utilities for the Plexus framework")
|
||||||
(description "This package provides various Java utility classes for the
|
(description "This package provides various Java utility classes for the
|
||||||
Plexus framework to ease working with strings, files, command lines, XML and
|
Plexus framework to ease working with strings, files, command lines, XML and
|
||||||
|
|
Reference in a new issue