me
/
guix
Archived
1
0
Fork 0

gnu: java-junit: Use HTTPS home page.

* gnu/packages/java.scm (java-junit)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-01-18 22:12:45 +01:00
parent a809d63252
commit b93a0c1e6d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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.