added a new repo for plugindownloader

This commit is contained in:
Matias Wilkman 2023-09-24 04:08:10 +03:00 committed by Val Lorentz
parent 850b4c3f69
commit fa01b019ed

View File

@ -227,6 +227,9 @@ repositories = utils.InsensitivePreservingDict({
'oddluck',
'limnoria-plugins',
),
'appas': GithubRepository(
'matiasw',
'my-limnoria-plugins',
})
class PluginDownloader(callbacks.Plugin):