From fb0ef31d9431bcfda0b3ed49150dbb35e92df242 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 2 Feb 2014 17:39:40 +0000 Subject: [PATCH] PluginDownloader: Add GLolol's repository. --- plugins/PluginDownloader/plugin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/PluginDownloader/plugin.py b/plugins/PluginDownloader/plugin.py index 919e3b7e8..b2232146b 100644 --- a/plugins/PluginDownloader/plugin.py +++ b/plugins/PluginDownloader/plugin.py @@ -293,6 +293,10 @@ repositories = { 'skgsergio', 'Limnoria-plugins', ), + 'GLolol': GithubRepository( + 'GLolol', + 'SupyPlugins', + ), } class PluginDownloader(callbacks.Plugin):