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. # in here if you're keeping the plugin in CVS or some similar system.
__version__ = "" __version__ = ""
# XXX Replace this with an appropriate author or supybot.Author instance. __author__ = getattr(supybot.authors, 'jlu',
__author__ = supybot.Author('James Lu', 'GLolol', supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
'james@overdrivenetworks.com')
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.