mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
c901060547
commit
4d1ddb5156
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue