From f76755ed472ae855d6623e9a754a41d8901f49b3 Mon Sep 17 00:00:00 2001 From: Asankilp Date: Mon, 2 Dec 2024 13:23:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0LICENSE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_marshoai/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot_plugin_marshoai/metadata.py b/nonebot_plugin_marshoai/metadata.py index 37cf8b87..76b1e763 100644 --- a/nonebot_plugin_marshoai/metadata.py +++ b/nonebot_plugin_marshoai/metadata.py @@ -11,5 +11,5 @@ metadata = PluginMetadata( config=ConfigModel, homepage="https://github.com/LiteyukiStudio/nonebot-plugin-marshoai", supported_adapters=inherit_supported_adapters("nonebot_plugin_alconna"), - extra={"License": "MIT", "Author": "Asankilp"}, + extra={"License": "MIT, Mulan PSL v2", "Author": "Asankilp"}, )