update contributors

This commit is contained in:
Gordon Shumway 2020-02-06 17:17:25 -05:00 committed by GitHub
parent ab0940a95f
commit 2b139f2f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ __maintainer__ = getattr(supybot.authors, 'oddluck',
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.
__contributors__ = {'oddluck', 'rootcoma', 'Th0masR0ss', 'brrr'}
__contributors__ = {'oddluck', 'loljoho', 'rootcoma', 'Th0masR0ss', 'brrr'}
# This is a url where the most recent plugin package can be downloaded.
__url__ = 'https://github.com/oddluck/limnoria-plugins/'