me
/
guix
Archived
1
0
Fork 0

gnu: java-log4j-api: Add cpe-name.

* gnu/packages/java.scm (java-log4j-api)[properties]: Add cpe-name.
master
Julien Lepiller 2021-12-11 22:31:56 +01:00
parent 8c989e92b0
commit d5cfca23e3
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 1 additions and 0 deletions

View File

@ -7869,6 +7869,7 @@ JavaMail API.")
`(("java-osgi-core" ,java-osgi-core) `(("java-osgi-core" ,java-osgi-core)
("java-hamcrest-core" ,java-hamcrest-core) ("java-hamcrest-core" ,java-hamcrest-core)
("java-junit" ,java-junit))) ("java-junit" ,java-junit)))
(properties '((cpe-name . "log4j")))
(home-page "https://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") (synopsis "API module of the Log4j logging framework for Java")
(description (description