gnu: java-junit: Use HTTPS home page.

* gnu/packages/java.scm (java-junit)[home-page]: Use HTTPS.
This commit is contained in:
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

View file

@ -3530,7 +3530,7 @@ (define-public java-junit
#: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.