From e44083f9a55eb9d0ac38eb15bfc47027ba10dc1f Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 11 Oct 2019 09:58:50 -0700 Subject: [PATCH] Update my email & repo link references From: https://github.com/jlu5/SupyPlugins/commit/2ae51939b3258d7dd28f8f5dc825575e7638b243 --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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