Skip to content

Commit 2374558

Browse files
authored
chore: update license in plugin.yaml (#14)
更新 plugin.yaml 中的 License 类型,修复与仓库的 License 文件不对应的问题。 /kind improvement ```release-note None ```
1 parent abeb548 commit 2374558

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/plugin.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ spec:
1616
displayName: "Umami"
1717
description: "提供对 Umami 的集成"
1818
license:
19-
- name: "MIT"
19+
- name: "GPL-3.0"
20+
url: "https://github.com/halo-sigs/plugin-umami/blob/main/LICENSE"

0 commit comments

Comments
 (0)