diff --git a/buildSrc/src/main/kotlin/creek-plugin-publishing-convention.gradle.kts b/buildSrc/src/main/kotlin/creek-plugin-publishing-convention.gradle.kts index 921ed95..16681e4 100644 --- a/buildSrc/src/main/kotlin/creek-plugin-publishing-convention.gradle.kts +++ b/buildSrc/src/main/kotlin/creek-plugin-publishing-convention.gradle.kts @@ -38,7 +38,7 @@ java { val prependRootName = rootProject.name != project.name pluginBundle { - website = "https://www.creekservie.org" + website = "https://www.creekservice.org" vcsUrl = "https://github.com/creek-service/${rootProject.name}" tags = listOf("creek", "creekservice", "microservice", "docker", "containers")