diff options
author | OHMURA Kei <ohmura.kei@lab.ntt.co.jp> | 2013-07-04 18:24:34 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-07-09 12:14:04 +0900 |
commit | 3e0315db86b93aa9795fca1568d4e77482930a5a (patch) | |
tree | e7efef5f3e7f4cd555f954863279427508257d74 /setup.py | |
parent | 9dcdf938b433842b81d2e5539f8660488b56433e (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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |