summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorOHMURA Kei <ohmura.kei@lab.ntt.co.jp>2013-07-04 18:24:34 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-07-09 12:14:04 +0900
commit3e0315db86b93aa9795fca1568d4e77482930a5a (patch)
treee7efef5f3e7f4cd555f954863279427508257d74 /setup.py
parent9dcdf938b433842b81d2e5539f8660488b56433e (diff)
update the site url
Signed-off-by: OHMURA Kei <ohmura.kei@lab.ntt.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index efbb550d..55c2660a 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ setup(name='ryu',
long_description=long_description,
classifiers=classifiers,
keywords='openflow openvswitch openstack',
- url='http://osrg.github.com/ryu/',
+ url='http://osrg.github.io/ryu/',
author='Ryu project team',
author_email='ryu-devel@lists.sourceforge.net',
install_requires=requires,