Archived
1
0
Fork 0

gnu: java-testng: Use HTTPS home page.

* gnu/packages/java.scm (java-testng)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 22:17:21 +01:00
parent b93a0c1e6d
commit c901060547
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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