diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-16 18:57:24 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-16 20:12:07 +0200 |
commit | c4944d6c81b7b803deba79661eea76ec4179bf69 (patch) | |
tree | 66e8a7069bde4bf0845a1919c33ac71a1a596fc5 /gnu/packages/java.scm | |
parent | 69cfb72b38d82383b9c1b2f24261833a4e8a8615 (diff) |
gnu: java-xmlunit: Use HTTPS home page.
* gnu/packages/java.scm (java-xmlunit)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 92df503b09..5970de1f45 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -10840,7 +10840,7 @@ features that bring it on par with the Z shell line editor.") (sha256 (base32 "0r0glj37pg5l868yjz78gckr91cs8fysxxbp9p328dssssi91agr")))))) - (home-page "http://www.xmlunit.org/") + (home-page "https://www.xmlunit.org/") (synopsis "XML output testing") (description "XMLUnit provides you with the tools to verify the XML you emit is the one you want to create. It provides helpers to validate against |