From 2334b54792baa8bd70fc547a81a55885ca9e5347 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@googlemail.com> Date: Tue, 19 May 2015 20:50:40 +0100 Subject: [PATCH] Add ser_berry's Repository to PluginDownloader --- plugins/PluginDownloader/plugin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/PluginDownloader/plugin.py b/plugins/PluginDownloader/plugin.py index b647a726f..50abf660b 100644 --- a/plugins/PluginDownloader/plugin.py +++ b/plugins/PluginDownloader/plugin.py @@ -308,6 +308,10 @@ repositories = utils.InsensitivePreservingDict({ 't3chguy', 'Limnoria-Plugins', ), + 'prgmrbill': GithubRepository( + 'prgmrbill', + 'limnoria-plugins', + ), }) class PluginDownloader(callbacks.Plugin):