소스 검색

Changed __homepage__ to http://celeryproject.org

Ask Solem 14 년 전
부모
커밋
58f1a474db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"