From 8279817d8cc45733732c2d7e02ae2c7f01b62185 Mon Sep 17 00:00:00 2001 From: mochaaP Date: Thu, 23 Jun 2022 08:19:46 +0000 Subject: [PATCH] chore: switch default marketplace source --- config/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins.php b/config/plugins.php index c4841144..593e4304 100644 --- a/config/plugins.php +++ b/config/plugins.php @@ -33,7 +33,7 @@ return [ */ 'registry' => env( 'PLUGINS_REGISTRY', - 'https://gplane.coding.net/p/blessing-skin-plugins-dist/d/blessing-skin-plugins-dist/git/raw/master/registry_{lang}.json' + 'https://git.qvq.network/bs-community/plugins-dist/-/raw/master/registry_{lang}.json' ), /*