From 47f4d49d15feae5a3b501334228a2368afcca9f1 Mon Sep 17 00:00:00 2001 From: afred Date: Sat, 4 Jan 2025 16:04:42 +0800 Subject: [PATCH] change owner --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 60b5f7dba..fb1768588 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,4 +1,4 @@ -export const OWNER = "afrezhou"; +export const OWNER = "afredzhou"; export const REPO = "ChatGPT-Next-Web"; export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; export const PLUGINS_REPO_URL = `https://github.com/${OWNER}/NextChat-Awesome-Plugins`;