From f4c4e366910b963dd76884317f6c08c693f0e961 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 15 Jun 2026 17:42:03 +0800 Subject: [PATCH] fix: point plugin homepage/repository to code-review repo Leftover template URLs in .claude-plugin/plugin.json. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude-plugin/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 6a69de3..e12a5c1 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -6,7 +6,7 @@ "author": { "name": "JSC" }, - "homepage": "https://gitea.jsc.idv.tw/plugins/template", - "repository": "https://gitea.jsc.idv.tw/plugins/template.git", + "homepage": "https://gitea.jsc.idv.tw/plugins/code-review", + "repository": "https://gitea.jsc.idv.tw/plugins/code-review.git", "keywords": ["template", "skills", "cross-tool", "jsc"] }