summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 22:17:21 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 12:48:19 +0100
commitc901060547a82427c3e1df2ea6bd2fc742b2fa71 (patch)
tree278950b47c084f299e606fbc3a90ff6b89af4c4c
parentb93a0c1e6db986c82122b44d2f7cafe92922f464 (diff)
downloadpatches-c901060547a82427c3e1df2ea6bd2fc742b2fa71.tar
patches-c901060547a82427c3e1df2ea6bd2fc742b2fa71.tar.gz
gnu: java-testng: Use HTTPS home page.
* gnu/packages/java.scm (java-testng)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/java.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index ad53354c9f..bb3da67020 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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