Update plugin author/maintainer data

From: cbd953b32c
This commit is contained in:
James Lu 2019-11-16 12:26:32 -08:00
parent e44083f9a5
commit 410b51657a

View File

@ -39,9 +39,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = ""
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol',
'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.