diff --git a/package.json b/package.json
index 670b55482..efbf64b02 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "@wbx/gkd_subscription",
+  "name": "@wenbux/gkd_subscription",
   "type": "module",
   "version": "1.0.0",
   "main": "./dist/gkd.json5",
diff --git a/src/config.ts b/src/config.ts
index 47e738cc8..fc0482d38 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -9,9 +9,10 @@ const subsConfig: RawSubscription = {
   name: 'wbx的GKD订阅',
   author: 'wbx',
   supportUri: 'https://github.com/W7256/subscription',
-  updateUrl: 'https://registry.npmmirror.com/wbx_gkd_subscription/latest/files',
+  updateUrl:
+    'https://registry.npmmirror.com/@wenbux/gkd_subscription/latest/files',
   checkUpdateUrl:
-    'https://registry.npmmirror.com/wbx_gkd_subscription/latest/files',
+    'https://registry.npmmirror.com/@wenbux/gkd_subscription/latest/files',
   globalGroups,
   categories,
   apps,