Replace pointers to yuvipanda/ on github with jupyterhub/

This commit is contained in:
yuvipanda
2018-07-20 16:17:33 -07:00
parent b6d2aeb098
commit 5064979a57
8 changed files with 10 additions and 10 deletions

View File

@@ -132,7 +132,7 @@ def main():
is_dev = os.environ.get('TLJH_BOOTSTRAP_DEV', 'no') == 'yes'
tljh_repo_path = os.environ.get(
'TLJH_BOOTSTRAP_PIP_SPEC',
'git+https://github.com/yuvipanda/the-littlest-jupyterhub.git'
'git+https://github.com/jupyterhub/the-littlest-jupyterhub.git'
)
pip_install(hub_prefix, [tljh_repo_path], editable=is_dev)