From ef26ac6b3bcfa1f6da5c705f51abfd69bc913d28 Mon Sep 17 00:00:00 2001 From: sharworange Date: Fri, 5 Jul 2024 17:17:16 +0800 Subject: [PATCH] fix git url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8cfe54..3266d04 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "homepage": "https://git.hope-now.top:8443/SharwOrange/koishi-plugin-minecraft-vc-rcon", "repository": { "type": "git", - "url": "git+https://git.hope-now.top:8443/SharwOrange/koishi-plugin-minecraft-vc-rcon.git" + "url": "https://git.hope-now.top:8443/SharwOrange/koishi-plugin-minecraft-vc-rcon.git" }, "main": "lib/index.js", "typings": "lib/index.d.ts",