Skip to content

Commit 9573275

Browse files
Fix manifest.json license field to Apache-2.0 (#182)
v0.9.3 (#172) で Apache-2.0 に切り替え済みだが、mcp-server/manifest.json の license フィールドが MIT のまま残っていた。Apache-2.0 に修正。 Refs #181 Co-authored-by: liplus-lin-lay <liplus-lin-lay@users.noreply.github.com>
1 parent 4c9d6c2 commit 9573275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"homepage": "https://github.com/Liplus-Project/github-webhook-mcp",
1717
"documentation": "https://github.com/Liplus-Project/github-webhook-mcp#readme",
1818
"support": "https://github.com/Liplus-Project/github-webhook-mcp/discussions",
19-
"license": "MIT",
19+
"license": "Apache-2.0",
2020
"icon": "icon.png",
2121
"server": {
2222
"type": "node",

0 commit comments

Comments
 (0)