mirror of
https://github.com/tiennm99/claude-status-webhook.git
synced 2026-04-17 15:20:37 +00:00
fix: correct license to Apache-2.0 in package.json and README
This commit is contained in:
@@ -141,4 +141,4 @@ curl -X POST http://localhost:8787/webhook/status/your-test-secret \
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[ISC](LICENSE)
|
[Apache-2.0](LICENSE)
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "Apache-2.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/tiennm99/claude-status-webhook/issues"
|
"url": "https://github.com/tiennm99/claude-status-webhook/issues"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user