From 119a93a7449da1a10cf2df0d0c481f8fa4a13ec4 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 24 Sep 2023 19:58:10 +0200 Subject: [PATCH] PluginDownloader: Fix typo --- plugins/PluginDownloader/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/PluginDownloader/plugin.py b/plugins/PluginDownloader/plugin.py index ed846dc51..cd2434021 100644 --- a/plugins/PluginDownloader/plugin.py +++ b/plugins/PluginDownloader/plugin.py @@ -230,6 +230,7 @@ repositories = utils.InsensitivePreservingDict({ 'appas': GithubRepository( 'matiasw', 'my-limnoria-plugins', + ), }) class PluginDownloader(callbacks.Plugin):