From 0687c9460b5a90c85aca71e92c67e4aca83e597b Mon Sep 17 00:00:00 2001 From: benoitc Date: Thu, 11 Mar 2010 08:33:00 +0100 Subject: [PATCH] point setup.py to main website --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e2591ae..1804f7bb 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( author = 'Benoit Chesneau', author_email = 'benoitc@e-engura.com', license = 'Apache License 2', - url = 'http://github.com/benoitc/gunicorn', + url = 'http://gunicorn.org', classifiers = [ 'Development Status :: 4 - Beta',