Browse Source

Changed __homepage__ to http://celeryproject.org

Ask Solem 14 years ago
parent
commit
58f1a474db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/__init__.py

+ 1 - 1
celery/__init__.py

@@ -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"