@@ -6,7 +6,7 @@ VERSION = (2, 2, 0, "a1")
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
__contact__ = "ask@celeryproject.org"
-__homepage__ = "http://github.com/ask/celery/"
+__homepage__ = "http://celeryproject.org"
__docformat__ = "restructuredtext"