gnu: java-log4j-1.2-api: Use HTTPS home page.

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

View file

@ -6503,7 +6503,7 @@ (define-public java-log4j-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