From f0e75679fea14cdd90aee13930f541f66a95a1c6 Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 19 Mar 2019 21:35:03 -0700 Subject: [PATCH] PluginDownloader: update my repo name --- plugins/PluginDownloader/plugin.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/plugins/PluginDownloader/plugin.py b/plugins/PluginDownloader/plugin.py index 529656563..ebcd10839 100644 --- a/plugins/PluginDownloader/plugin.py +++ b/plugins/PluginDownloader/plugin.py @@ -289,12 +289,21 @@ repositories = utils.InsensitivePreservingDict({ 'skgsergio', 'Limnoria-plugins', ), + 'jlu5': GithubRepository( + 'jlu5', + 'SupyPlugins', + ), + 'jlu5-py2legacy': GithubRepository( + 'jlu5', + 'SupyPlugins', + branch='python2-legacy' + ), 'GLolol': GithubRepository( - 'GLolol', + 'jlu5', 'SupyPlugins', ), 'GLolol-py2legacy': GithubRepository( - 'GLolol', + 'jlu5', 'SupyPlugins', branch='python2-legacy' ),