Update my email & repo link references

From: 2ae51939b3
This commit is contained in:
James Lu 2019-10-11 09:58:50 -07:00
parent c99353106e
commit e44083f9a5
1 changed files with 2 additions and 2 deletions

View File

@ -41,14 +41,14 @@ __version__ = ""
# XXX Replace this with an appropriate author or supybot.Author instance. # XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol', __author__ = supybot.Author('James Lu', 'GLolol',
'GLolol@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.
__contributors__ = {} __contributors__ = {}
# This is a url where the most recent plugin package can be downloaded. # This is a url where the most recent plugin package can be downloaded.
__url__ = 'https://github.com/GLolol/SupyPlugins/' __url__ = 'https://github.com/jlu5/SupyPlugins/'
from . import config from . import config
from . import plugin from . import plugin