diff --git a/platypush/platydock/__init__.py b/platypush/platydock/__init__.py index 78ef654d3..150dc6328 100755 --- a/platypush/platydock/__init__.py +++ b/platypush/platydock/__init__.py @@ -108,7 +108,7 @@ def generate_dockerfile(deps, ports, cfgfile, devdir, python_version): content += textwrap.dedent( ''' - RUN git clone --recursive https://github.com/BlackLight/platypush.git /app \\ + RUN git clone --recursive https://git.platypush.tech/platypush/platypush.git /app \\ && cd /app \\ && pip install -r requirements.txt \\ && python setup.py web_build diff --git a/setup.py b/setup.py index 6935ca749..85457d37f 100755 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( license="MIT", python_requires='>= 3.6', keywords="home-automation iot mqtt websockets redis dashboard notificaions", - url="https://git.platypush.tech/platypush/platypush", + url="https://platypush.tech", packages=find_packages(), include_package_data=True, entry_points={