From 6f8b3ddd8adb5acec362afd127aad8a86bd5808a Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sun, 7 May 2023 21:05:35 +0800 Subject: [PATCH] chore: update license in plugin.yaml (#9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新 plugin.yaml 中的 License 类型,修复与仓库的 License 文件不对应的问题。 /kind improvement ```release-note None ``` --- src/main/resources/plugin.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index d38e259..0cf33f3 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -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"