From 0db0b8a01cbf92e88e0cc4d272e1df423099b88d Mon Sep 17 00:00:00 2001 From: printempw Date: Tue, 21 Aug 2018 10:37:28 +0800 Subject: [PATCH] Update default plugins registry url --- config/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins.php b/config/plugins.php index 16d45eb0..26c16499 100644 --- a/config/plugins.php +++ b/config/plugins.php @@ -31,5 +31,5 @@ return [ | Specify where to get plugins' metadata for plugin merket. | */ - 'registry' => menv('PLUGINS_REGISTRY', 'https://coding.net/u/printempw/p/bs-plugins-archive/git/raw/master/plugins.json'), + 'registry' => menv('PLUGINS_REGISTRY', 'https://work.prinzeugen.net/blessing-skin-server/plugins.json'), ];