diff --git a/LICENSE b/LICENSE index af260a722fc..efcd7e51a2e 100644 --- a/LICENSE +++ b/LICENSE @@ -182,6 +182,6 @@ Additional License files can be found in the 'licenses' folder located in the sa MIT * font-awesome:font-awesome-code:4.2.0 -* gridsim:gridsim: +* cobyism:gridism: * jekyll:jekyll: * normalize:normalize:3.0.2 diff --git a/release/build.gradle.kts b/release/build.gradle.kts index 4d26eed0006..26a4b109fba 100644 --- a/release/build.gradle.kts +++ b/release/build.gradle.kts @@ -107,7 +107,7 @@ val getLicenses by tasks.registering(GatherLicenseTask::class) { addDependency(":normalize:3.0.2", SpdxLicense.MIT) // Gridism: A simple, responsive, and handy CSS grid by @cobyism // https://github.com/cobyism/gridism - addDependency(":gridsim:", SpdxLicense.MIT) + addDependency("cobyism:gridism:", SpdxLicense.MIT) } val license by tasks.registering(Apache2LicenseRenderer::class) { diff --git a/src/main/config/licenses/gridsim/LICENSE b/src/main/config/licenses/gridism/LICENSE similarity index 100% rename from src/main/config/licenses/gridsim/LICENSE rename to src/main/config/licenses/gridism/LICENSE