WorldTime: update author/maintainer data

This commit is contained in:
Gordon Shumway 2020-02-22 12:49:50 -05:00 committed by GitHub
parent 4f107fd648
commit 00459cd3d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,9 @@ import importlib
__version__ = ""
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.unknown
__author__ = supybot.Author('reticulatingspline', 'spline', '')
__maintainer__ = getattr(supybot.authors, 'oddluck',
supybot.Author('oddluck', 'oddluck', 'oddluck@riseup.net'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.