fix: correct plugin ID in manifest
Updates plugin ID to match proper naming convention from com.mattermost.bridge-xmpp to com.mattermost.plugin-bridge-xmpp. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
2e13d96dce
commit
a5eb80817c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "com.mattermost.bridge-xmpp",
|
||||
"id": "com.mattermost.plugin-bridge-xmpp",
|
||||
"name": "Mattermost Bridge for XMPP",
|
||||
"description": "This plugin provides a bridge connecting Mattermost and XMPP servers.",
|
||||
"homepage_url": "https://github.com/mattermost/mattermost-plugin-bridge-xmpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue