From b2caf524bae02e30b375e28415a30679c61f4de5 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Sun, 29 Mar 2026 10:22:29 +0200 Subject: [PATCH] fix: add author.url to plugin.json The skill validation requires author.url to be set to https://www.netresearch.de in plugin.json. --- .claude-plugin/plugin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ec13cf7..adc4925 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -6,6 +6,7 @@ "license": "(MIT AND CC-BY-SA-4.0)", "author": { "name": "Netresearch DTT GmbH", + "url": "https://www.netresearch.de", "homepage": "https://www.netresearch.de/" }, "support": {