Skip to content

Commit 7477bf5

Browse files
author
MacroMan5
committed
fix: correct author and repository information in marketplace and plugin configs
- Update author from TheRouxe to MacroMan5 - Update repository from therouxe/automation-helper to MacroMan5/AutomationHelper_plugins - Fix homepage and documentation URLs in both files
1 parent 787b0b7 commit 7477bf5

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "automation-helper-marketplace",
33
"owner": {
4-
"name": "TheRouxe",
4+
"name": "MacroMan5",
55
"email": "[email protected]",
6-
"url": "https://github.com/therouxe"
6+
"url": "https://github.com/MacroMan5"
77
},
88
"metadata": {
99
"description": "AI assistant for Power Automate and n8n workflows - in active development",
1010
"version": "0.1.0",
11-
"homepage": "https://github.com/therouxe/automation-helper",
12-
"documentation": "https://github.com/therouxe/automation-helper#readme"
11+
"homepage": "https://github.com/MacroMan5/AutomationHelper_plugins",
12+
"documentation": "https://github.com/MacroMan5/AutomationHelper_plugins#readme"
1313
},
1414
"plugins": [
1515
{
@@ -18,7 +18,7 @@
1818
"description": "AI assistant for Power Automate and n8n workflows. 6 skills in active development. Documentation-driven (no hallucinations). Power Automate: 4 connectors complete. n8n: Core nodes complete. Make/Zapier: Not yet supported. Contributions, issues, and forks welcome!",
1919
"version": "0.1.0",
2020
"author": {
21-
"name": "TheRouxe",
21+
"name": "MacroMan5",
2222
"email": "[email protected]"
2323
},
2424
"keywords": [
@@ -44,8 +44,8 @@
4444
"debugging",
4545
"optimization"
4646
],
47-
"homepage": "https://github.com/therouxe/automation-helper",
48-
"repository": "https://github.com/therouxe/automation-helper",
47+
"homepage": "https://github.com/MacroMan5/AutomationHelper_plugins",
48+
"repository": "https://github.com/MacroMan5/AutomationHelper_plugins",
4949
"license": "MIT"
5050
}
5151
]

.claude-plugin/plugin.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "0.1.0",
44
"description": "AI assistant for Power Automate and n8n workflows. 6 skills in active development: design, build, debug, quick-fix, refactor, and validate. Documentation-driven approach (no hallucinations). Contributions welcome!",
55
"author": {
6-
"name": "TheRouxe",
6+
"name": "MacroMan5",
77
"email": "[email protected]",
8-
"url": "https://github.com/therouxe"
8+
"url": "https://github.com/MacroMan5"
99
},
10-
"homepage": "https://github.com/therouxe/automation-helper",
11-
"repository": "https://github.com/therouxe/automation-helper",
10+
"homepage": "https://github.com/MacroMan5/AutomationHelper_plugins",
11+
"repository": "https://github.com/MacroMan5/AutomationHelper_plugins",
1212
"license": "MIT",
1313
"keywords": [
1414
"power-automate",

0 commit comments

Comments
 (0)