fix: update repo URL to Postman-Devrel/postman-plugin

Plugin lives in DevRel org for now, not postmanlabs. Updated
plugin.json repository field and README install command.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sterling Chin
2026-02-12 18:03:50 -08:00
parent d8674ba35d
commit c9159b6309
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"url": "https://www.postman.com"
},
"homepage": "https://learning.postman.com/docs/developer/postman-mcp-server/",
"repository": "https://github.com/postmanlabs/claude-code-postman-plugin",
"repository": "https://github.com/Postman-Devrel/postman-plugin",
"license": "Apache-2.0",
"keywords": [
"postman",

View File

@@ -5,7 +5,7 @@ Full API lifecycle management inside Claude Code. One install, zero manual MCP c
## Installation
```bash
claude plugin install postman@postmanlabs/claude-code-postman-plugin
claude plugin install postman@Postman-Devrel/postman-plugin
```
## Quick Start