diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 9fb1910..d462467 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -6,9 +6,12 @@ "license": "MIT", "author": { "name": "Netresearch DTT GmbH", - "email": "info@netresearch.de" + "url": "https://github.com/netresearch/github-project-skill" }, "skills": [ "./skills/github-project" - ] + ], + "support": { + "issues": "https://github.com/netresearch/github-project-skill/issues" + } } diff --git a/composer.json b/composer.json index 79e5198..2054141 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,6 @@ "authors": [ { "name": "Netresearch DTT GmbH", - "email": "info@netresearch.de", "homepage": "https://www.netresearch.de/", "role": "Manufacturer" } @@ -16,5 +15,9 @@ }, "extra": { "ai-agent-skill": "SKILL.md" + }, + "support": { + "issues": "https://github.com/netresearch/github-project-skill/issues", + "source": "https://github.com/netresearch/github-project-skill" } }