From 786d184b0af21dc3c1edaf2b8d35ecce835ffcb7 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Sun, 17 Jun 2012 11:46:07 -0400 Subject: [PATCH] setup.py: Correct homepage metadata Signed-off-by: James McCoy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index beaae41c4..aee29eb97 100644 --- a/setup.py +++ b/setup.py @@ -123,7 +123,7 @@ setup( name='supybot', version=version, author='Jeremy Fincher', - url='http://supybot.com/', + url='http://sourceforge.net/projects/supybot/', author_email='jemfinch@supybot.com', download_url='http://www.sf.net/project/showfiles.php?group_id=58965', description='A flexible and extensible Python IRC bot and framework.',