me
/
guix
Archived
1
0
Fork 0

gnu: java-testng: Use HTTPS home page.

* gnu/packages/java.scm (java-testng)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -9167,7 +9167,7 @@ those in Perl and JavaScript.")
("cglib" ,java-cglib)
("asm" ,java-asm)
("aopalliance" ,java-aopalliance)))
(home-page "http://testng.org")
(home-page "https://testng.org")
(synopsis "Testing framework")
(description "TestNG is a testing framework inspired from JUnit and NUnit
but introducing some new functionalities that make it more powerful and easier