From 07ba62823b65ebcec0f545a3dfa39053507e99fa Mon Sep 17 00:00:00 2001 From: spline Date: Mon, 27 May 2013 18:05:35 -0400 Subject: [PATCH] Fix header in __init__.py --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index b0d8185..585a605 100644 --- a/__init__.py +++ b/__init__.py @@ -22,7 +22,7 @@ __author__ = supybot.Author('reticulatingspline', 'spline', 'spline') __contributors__ = {} # This is a url where the most recent plugin package can be downloaded. -__url__ = '' # 'http://supybot.com/Members/yourname/Tweety/download' +__url__ = 'http://github.com/reticulatingspline/Supybot-Tweety' import config import plugin