From 8fd0396698d93598ef1c3fbeb67f5ac6be784102 Mon Sep 17 00:00:00 2001 From: MisakaTAT Date: Tue, 29 Oct 2024 11:36:08 +0800 Subject: [PATCH] :page_facing_up: Fix pom license name --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2f8a977..7940544 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ publishing { description.set("基于OneBot协议的QQ机器人快速开发框架") licenses { license { - name.set("GNU General Public License v3.0") + name.set("GNU Affero General Public License v3.0") url.set("https://github.com/MisakaTAT/Shiro/blob/main/LICENSE") } }