mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -3530,7 +3530,7 @@ testing frameworks, mocking libraries and UI validation rules.")
|
|||
#:jar-name "junit.jar"))
|
||||
(inputs
|
||||
`(("java-hamcrest-core" ,java-hamcrest-core)))
|
||||
(home-page "http://junit.org/")
|
||||
(home-page "https://junit.org/")
|
||||
(synopsis "Test framework for Java")
|
||||
(description
|
||||
"JUnit is a simple framework to write repeatable tests for Java projects.
|
||||
|
|
Loading…
Add table
Reference in a new issue