From 80a0b9df09f205cbbb3c75a2e1fbe44a9ed53e8c Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Tue, 11 Jul 2023 23:38:22 +0300 Subject: [PATCH] Update plugin website URL [ci skip] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 10045fd..ef02151 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -226,8 +226,8 @@ gradlePlugin { } pluginBundle { - website = "https://github.com/Juuxel/LoomQuiltflower" - vcsUrl = "https://github.com/Juuxel/LoomQuiltflower" + website = "https://github.com/Juuxel/loom-vineflower" + vcsUrl = "https://github.com/Juuxel/loom-vineflower" tags = listOf("decompilers", "minecraft", "fabric-loom") }