diff --git a/Namegen/__init__.py b/Namegen/__init__.py index d3f362d..e9c3eb6 100644 --- a/Namegen/__init__.py +++ b/Namegen/__init__.py @@ -41,14 +41,15 @@ import supybot.world as world __version__ = "" # XXX Replace this with an appropriate author or supybot.Author instance. -__author__ = supybot.authors.unknown +__author__ = supybot.Author('James Lu', 'GLolol', + 'GLolol@overdrive.pw') # 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__ = '' # 'http://supybot.com/Members/yourname/Namegen/download' +__url__ = 'https://github.com/GLolol/SupyPlugins/' from . import config from . import plugin