gnu: java-junit: Use HTTPS home page.
* gnu/packages/java.scm (java-junit)[home-page]: Use HTTPS.
This commit is contained in:
parent
a809d63252
commit
b93a0c1e6d
@ -3530,7 +3530,7 @@ testing frameworks, mocking libraries and UI validation rules.")
|
|||||||
#:jar-name "junit.jar"))
|
#:jar-name "junit.jar"))
|
||||||
(inputs
|
(inputs
|
||||||
`(("java-hamcrest-core" ,java-hamcrest-core)))
|
`(("java-hamcrest-core" ,java-hamcrest-core)))
|
||||||
(home-page "http://junit.org/")
|
(home-page "https://junit.org/")
|
||||||
(synopsis "Test framework for Java")
|
(synopsis "Test framework for Java")
|
||||||
(description
|
(description
|
||||||
"JUnit is a simple framework to write repeatable tests for Java projects.
|
"JUnit is a simple framework to write repeatable tests for Java projects.
|
||||||
|
Loading…
Reference in New Issue
Block a user