From ed1e06b4a7fa167b4452362c23cb4cbe7fb7491b Mon Sep 17 00:00:00 2001 From: Buzz Date: Fri, 28 Jul 2017 17:33:08 +1000 Subject: [PATCH] changed git url --- sololink-python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sololink-python/setup.py b/sololink-python/setup.py index a253a13..5f2415a 100644 --- a/sololink-python/setup.py +++ b/sololink-python/setup.py @@ -8,7 +8,7 @@ setup(name='sololink', version=version, description='Python interface for SoloLink', long_description='Python interface for SoloLink', - url='https://github.com/3drobotics/sololink-python', + url='https://github.com/OpenSolo/sololink-python', author='3D Robotics', install_requires=[ 'posix_ipc',