diff --git a/__init__.py b/__init__.py index 6964d5992..7a4b6b352 100644 --- a/__init__.py +++ b/__init__.py @@ -41,14 +41,14 @@ __version__ = "" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('James Lu', 'GLolol', - 'GLolol@overdrivenetworks.com') + 'james@overdrivenetworks.com') # This is a dictionary mapping supybot.Author instances to lists of # contributions. __contributors__ = {} # 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 plugin