diff --git a/build.gradle.kts b/build.gradle.kts index b851e6d..84c38d4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -183,7 +183,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" } }