diff --git a/build.gradle.kts b/build.gradle.kts index 660261d..f8ede92 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -184,7 +184,7 @@ publishing { url = "https://github.com/cthing/${project.name}" licenses { license { - name = "Apache License, Version 2.0" + name = "Apache-2.0" url = "https://www.apache.org/licenses/LICENSE-2.0" } }