From 4a7e73bb992f25254b7c5c893d09552872c01045 Mon Sep 17 00:00:00 2001 From: Robinson Date: Wed, 16 Nov 2022 22:17:10 +0100 Subject: [PATCH] Fixed typo --- src/dorkbox/license/AppLicensing.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dorkbox/license/AppLicensing.kt b/src/dorkbox/license/AppLicensing.kt index a20daae..78f49cf 100644 --- a/src/dorkbox/license/AppLicensing.kt +++ b/src/dorkbox/license/AppLicensing.kt @@ -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") } }),