supybot-plugin-create: remove outdated reference to supybot.com

All links just give a 404 error, and the main site itself just redirects to sourceforge now.
This commit is contained in:
GLolol 2014-09-20 17:36:12 -07:00 committed by Valentin Lorentz
parent d484a9bf3d
commit 3c3d51e300

View File

@ -170,7 +170,7 @@ __author__ = supybot.authors.unknown
__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__ = '' # 'http://supybot.com/Members/yourname/%s/download' __url__ = ''
from . import config from . import config
from . import plugin from . import plugin