diff --git a/nonebot_plugin_marshoai/metadata.py b/nonebot_plugin_marshoai/metadata.py index 5f1185fa..e7b18f00 100755 --- 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, Mulan PSL v2", "Author": "Asankilp"}, + extra={"License": "MIT, Mulan PSL v2", "Author": "Asankilp, LiteyukiStudio"}, ) diff --git a/pyproject.toml b/pyproject.toml index 52dde7a2..56a87a56 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ license = { text = "MIT, Mulan PSL v2" } [project.urls] -Homepage = "https://github.com/LiteyukiStudio/nonebot-plugin-marshoai" +Homepage = "https://marsho.liteyuki.icu/" [tool.nonebot]