From c0195f4fc50b4510c59aa0248b8c4753608ec7d9 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 25 Feb 2026 13:47:45 +0100 Subject: [PATCH 1/2] fix: standardize plugin.json author URL to company website Signed-off-by: Sebastian Mendel --- .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 194a3ce..fcab99e 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -2,11 +2,11 @@ "name": "github-project", "version": "2.6.1", "description": "GitHub repository setup, branch protection, and configuration", - "repository": "https://github.com/netresearch/github-project-skill", + "repository": "https://www.netresearch.de", "license": "MIT", "author": { "name": "Netresearch DTT GmbH", - "url": "https://github.com/netresearch/github-project-skill" + "url": "https://www.netresearch.de" }, "skills": [ "./skills/github-project" From b533b8592f06422a01089ebc7ea3118ed7dd806a Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 25 Feb 2026 13:58:56 +0100 Subject: [PATCH 2/2] fix: revert repository field to GitHub URL Signed-off-by: Sebastian Mendel --- .claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index fcab99e..f9f5208 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "github-project", "version": "2.6.1", "description": "GitHub repository setup, branch protection, and configuration", - "repository": "https://www.netresearch.de", + "repository": "https://github.com/netresearch/github-project-skill", "license": "MIT", "author": { "name": "Netresearch DTT GmbH",