From 3c3d51e300adba0993203ede47618dc481dedeae Mon Sep 17 00:00:00 2001 From: GLolol Date: Sat, 20 Sep 2014 17:36:12 -0700 Subject: [PATCH] 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. --- scripts/supybot-plugin-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot-plugin-create b/scripts/supybot-plugin-create index f8403ff68..b46b1c515 100644 --- a/scripts/supybot-plugin-create +++ b/scripts/supybot-plugin-create @@ -170,7 +170,7 @@ __author__ = supybot.authors.unknown __contributors__ = {} # 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 plugin