From 0b0bbaf093b676a7543c43ea546ca7b15859f20a Mon Sep 17 00:00:00 2001 From: lmiranda Date: Tue, 9 Dec 2025 14:17:41 -0500 Subject: [PATCH] fix: repository field must be string not object MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- projman/plugin.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/projman/plugin.json b/projman/plugin.json index a8bf920..156770a 100644 --- a/projman/plugin.json +++ b/projman/plugin.json @@ -7,10 +7,7 @@ "email": "dev@banditlabs.io" }, "license": "MIT", - "repository": { - "type": "git", - "url": "https://gitea.hotserv.cloud/bandit/support-claude-mktplace" - }, + "repository": "https://gitea.hotserv.cloud/bandit/support-claude-mktplace", "keywords": [ "project-management", "sprint-planning", -- 2.49.1