From 274728e5fb30aa056706b7b0770e2a579369bdde Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Mon, 27 Jan 2014 18:42:00 +0000 Subject: [PATCH] Update homepage in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da520a1c..c82f0ffa 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name='fig', version=find_version("fig", "__init__.py"), description='Punctual, lightweight development environments using Docker', - url='https://github.com/orchardup/fig', + url='http://orchardup.github.io/fig/', author='Orchard Laboratories Ltd.', author_email='hello@orchardup.com', license='BSD',