YouTube: update author/maintainer

This commit is contained in:
Gordon Shumway 2020-02-25 15:36:40 -05:00 committed by GitHub
parent 33c7a3fc08
commit 0dfba817d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,10 +40,8 @@ import supybot.world as world
__version__ = "2020.02.24+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('butterscotchstallion', 'butterscotchstallion',
'')
__maintainer__ = getattr(supybot.authors, 'oddluck',
supybot.Author('oddluck', 'oddluck', 'oddluck@riseup.net'))
__author__ = supybot.Author('oddluck', 'oddluck', 'oddluck@riseup.net')
__maintainer__ = {}
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.