update author/maintainer data

This commit is contained in:
Gordon Shumway 2019-12-04 01:46:01 -05:00 committed by GitHub
parent 190380e739
commit efff1e8288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,8 +52,7 @@ if not hasattr(supybot.authors, 'progval') or not hasattr(supybot.authors, 'quan
supybot.authors.quantumlemur = supybot.Author('quantumlemur', 'quantumlemur',
'quantumlemur@users.sourceforge.net')
__contributors__ = {supybot.authors.quantumlemur: ['original plugin base'],
supybot.authors.progval: ['code enhancement'],
__author__: ['Jeopardy! stuff', 'lots more']}
supybot.authors.progval: ['code enhancement']}
# This is a url where the most recent plugin package can be downloaded.
__url__ = 'https://github.com/oddluck/limnoria-plugins/'