From 07800eb26817458d2d12afeb3f670a2119533639 Mon Sep 17 00:00:00 2001 From: jcass Date: Tue, 17 May 2016 07:14:39 +0200 Subject: [PATCH] Update URL to github repository. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 286077f..d56c436 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def get_version(filename): setup( name='Mopidy-MusicBox-Webclient', version=get_version('mopidy_musicbox_webclient/__init__.py'), - url='https://github.com/woutervanwijk/mopidy-musicbox-webclient', + url='https://github.com/pimusicbox/mopidy-musicbox-webclient', license='Apache License, Version 2.0', author='Wouter van Wijk', author_email='woutervanwijk@gmail.com',