From 30f0c663e0093dce1d65f023604c8a80fbc6914c Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sat, 6 May 2023 16:10:49 +0800 Subject: [PATCH] chore: update license in plugin.yaml --- 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"