gnu: java-testng: Use HTTPS home page.
* gnu/packages/java.scm (java-testng)[home-page]: Use HTTPS.
This commit is contained in:
parent
b93a0c1e6d
commit
c901060547
1 changed files with 1 additions and 1 deletions
|
@ -9167,7 +9167,7 @@ those in Perl and JavaScript.")
|
||||||
("cglib" ,java-cglib)
|
("cglib" ,java-cglib)
|
||||||
("asm" ,java-asm)
|
("asm" ,java-asm)
|
||||||
("aopalliance" ,java-aopalliance)))
|
("aopalliance" ,java-aopalliance)))
|
||||||
(home-page "http://testng.org")
|
(home-page "https://testng.org")
|
||||||
(synopsis "Testing framework")
|
(synopsis "Testing framework")
|
||||||
(description "TestNG is a testing framework inspired from JUnit and NUnit
|
(description "TestNG is a testing framework inspired from JUnit and NUnit
|
||||||
but introducing some new functionalities that make it more powerful and easier
|
but introducing some new functionalities that make it more powerful and easier
|
||||||
|
|
Reference in a new issue