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 GitHub
parent fd42132771
commit 0ae9161148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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