Skip to content

Commit

Permalink
chore: update license in plugin.yaml (#9)
Browse files Browse the repository at this point in the history
更新 plugin.yaml 中的 License 类型,修复与仓库的 License 文件不对应的问题。

/kind improvement

```release-note
None
```
  • Loading branch information
ruibaby authored May 7, 2023
1 parent 54a6a69 commit 6f8b3dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ spec:
displayName: "插件快速开始模板"
description: "这是一个插件快速开始模板"
license:
- name: "MIT"
- name: "GPL-3.0"
url: "https://github.com/halo-dev/plugin-starter/blob/main/LICENSE"

0 comments on commit 6f8b3dd

Please sign in to comment.