update author/maintainer data

This commit is contained in:
Gordon Shumway 2019-12-04 02:32:52 -05:00 committed by GitHub
parent d485afb0ea
commit 796ce887e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ import importlib
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = ""
__author__ = supybot.Author('SpiderDave', 'SpiderDave', 'https://github.com/SpiderDave/spidey-supybot-plugins')
__author__ = supybot.Author('SpiderDave', 'SpiderDave', '')
__maintainer__ = getattr(supybot.authors, 'oddluck',
supybot.Author('oddluck', 'oddluck', 'oddluck@riseup.net'))