diff --git a/build.gradle.kts b/build.gradle.kts
index 2bc5e37..ab13aab 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -186,7 +186,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"
                     }
                 }