Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Comment on lines +9 to 10
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The homepage field is redundant now that the required url field is being added, as they both point to the same location. Having duplicate information can lead to maintenance issues (e.g., needing to update the URL in two places).

To improve clarity and maintainability, please remove the homepage field.

    "url": "https://www.netresearch.de"

},
"support": {
Expand Down
Loading