From 0ea6b7388000a3de38cfb5b04fb68e70f2294137 Mon Sep 17 00:00:00 2001 From: Big Andy <8012398+big-andy-coates@users.noreply.github.com> Date: Wed, 9 Nov 2022 14:26:48 +0000 Subject: [PATCH] Correct website --- .../main/kotlin/creek-plugin-publishing-convention.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")