From 0513b5884d3dc88aa039e8ae0377e8012e34a63b Mon Sep 17 00:00:00 2001 From: Jigsaw Date: Sun, 23 Jan 2022 17:08:02 +0800 Subject: [PATCH] :beer: Fix homepage of nonebot-plugin-manager & nonebot-plugin-puppet --- website/static/plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/static/plugins.json b/website/static/plugins.json index a7982dc6..689cf88b 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -293,7 +293,7 @@ "name": "插件管理器", "desc": "基于 import hook 的插件管理", "author": "j1g5awi", - "homepage": "https://github.com/nonepkg/nonebot_plugin_manager", + "homepage": "https://github.com/nonepkg/nonebot-plugin-manager", "tags": [ { "label": "t:PluginManager", @@ -328,7 +328,7 @@ "name": "nonebot_plugin_puppet", "desc": "高度自定义的会话转接", "author": "j1g5awi", - "homepage": "https://github.com/nonepkg/nonebot_plugin_puppet", + "homepage": "https://github.com/nonepkg/nonebot-plugin-puppet", "tags": [ { "label": "a:cqhttp", @@ -1001,4 +1001,4 @@ ], "is_official": false } -] \ No newline at end of file +]