diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:19:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 12:48:19 +0100 |
commit | 4d1ddb5156d6e5c7de61bd8d52cbb08f043f036d (patch) | |
tree | c0e742e6212b74e19ece4466fad85dfc0c8183f9 /gnu/packages | |
parent | c901060547a82427c3e1df2ea6bd2fc742b2fa71 (diff) |
gnu: java-log4j-1.2-api: Use HTTPS home page.
* gnu/packages/java.scm (java-log4j-1.2-api)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-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 bb3da67020..d998277232 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -6503,7 +6503,7 @@ JavaMail API.") `(("java-osgi-core" ,java-osgi-core) ("java-hamcrest-core" ,java-hamcrest-core) ("java-junit" ,java-junit))) - (home-page "http://logging.apache.org/log4j/2.x/") + (home-page "https://logging.apache.org/log4j/2.x/") (synopsis "API module of the Log4j logging framework for Java") (description "This package provides the API module of the Log4j logging framework for |