Fixed typo

master
Robinson 2022-11-16 22:17:10 +01:00
parent 0c80fa5ff5
commit 4a7e73bb99
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 2 deletions

View File

@ -824,7 +824,7 @@ object AppLicensing {
url("https://github.com/prometheus/")
}),
L("com.aayushatharva.brotli4j",
LicenseData("Prometheus", License.APACHE_2).apply {
LicenseData("Brotli4j", License.APACHE_2).apply {
description("Brotli4j provides Brotli compression and decompression for Java")
author("Aayush Atharva")
url("https://github.com/hyperxpro/Brotli4j")
@ -835,7 +835,6 @@ object AppLicensing {
}
extra("Netty", License.APACHE_2) {
author("The Netty Project")
author("Contributors. See source NOTICE")
url("https://netty.io")
}
}),