added spithash repo

My plugins repo. All of them are mine with an exception of DuckHunt in which I made an emoji enhancement.
This commit is contained in:
Stathis Xantinidis 2024-11-21 15:58:04 +02:00 committed by Val Lorentz
parent fd42132771
commit 92a7b05e4c

View File

@ -231,6 +231,10 @@ repositories = utils.InsensitivePreservingDict({
'matiasw',
'my-limnoria-plugins',
),
'spithash': GithubRepository(
'spithash',
'Limnoria-Plugins',
),
})
class PluginDownloader(callbacks.Plugin):