From 857696ca8d1d86b0d9d615f6cdbd7f9669d7ea9b Mon Sep 17 00:00:00 2001 From: guqing <38999863+guqing@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:15:26 +0800 Subject: [PATCH] chore: update license url (#33) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### What this PR does? 更新 license url ```release-note None ``` --- src/main/resources/plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index c312d59..b9cfcdc 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -23,4 +23,4 @@ spec: description: "为站点生成 RSS 订阅链接" license: - name: "GPL-3.0" - url: "https://github.com/halo-dev/plugin-feed/blob/ruibaby-patch-1/LICENSE" + url: "https://github.com/halo-dev/plugin-feed/blob/main/LICENSE"