Repair __maintainer__'s

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2022-08-27 22:01:40 +02:00
parent 95e1ce20c7
commit 927c73cf41
No known key found for this signature in database
GPG Key ID: 1ED2F138E7E6FF57
5 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ __version__ = "2020.02.24+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
__maintainer__ = {}
__maintainer__ = supybot.authors.unknown
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -42,7 +42,7 @@ __version__ = "2020.02.24+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
__maintainer__ = {}
__maintainer__ = supybot.authors.unknown
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -42,7 +42,7 @@ __version__ = "2020.02.24+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
__maintainer__ = {}
__maintainer__ = supybot.authors.unknown
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -41,7 +41,7 @@ __version__ = "2020.02.24+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
__maintainer__ = {}
__maintainer__ = supybot.authors.unknown
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -41,7 +41,7 @@ __version__ = "2020.05.21+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author("oddluck", "oddluck", "oddluck@riseup.net")
__maintainer__ = {}
__maintainer__ = supybot.authors.unknown
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.