mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 18:44:04 +01:00
Make repository names case-insenstive. Closes GH-1005.
This commit is contained in:
parent
6d965b870f
commit
d85e09e3ed
@ -199,7 +199,7 @@ class GithubRepository(GitRepository):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
repositories = {
|
repositories = utils.InsensitivePreservingDict({
|
||||||
'ProgVal': GithubRepository(
|
'ProgVal': GithubRepository(
|
||||||
'ProgVal',
|
'ProgVal',
|
||||||
'Supybot-plugins'
|
'Supybot-plugins'
|
||||||
@ -300,7 +300,7 @@ repositories = {
|
|||||||
'IotaSpencer',
|
'IotaSpencer',
|
||||||
'supyplugins',
|
'supyplugins',
|
||||||
),
|
),
|
||||||
}
|
})
|
||||||
|
|
||||||
class PluginDownloader(callbacks.Plugin):
|
class PluginDownloader(callbacks.Plugin):
|
||||||
"""This plugin allows you to install unofficial plugins from
|
"""This plugin allows you to install unofficial plugins from
|
||||||
|
Loading…
Reference in New Issue
Block a user