diff --git a/requirements.txt b/requirements.txt index d386ea2..19ae9b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ python-dateutil -git+https://projects.c--y.net/erik/django-shared-utils.git#egg=django-shared-util +git+https://github.com/sha-red/django-shared-utils.git#egg=django-shared-utils diff --git a/setup.py b/setup.py index 6b8b44c..e58f3f1 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( 'django-shared-utils', ], dependency_links=[ - 'git+ssh://gogs@projects.c--y.net/erik/django-shared-utils.git#egg=django-shared-utils', + 'git+https://github.com/sha-red/django-shared-utils.git#egg=django-shared-utils', ], classifiers=[ # 'Development Status :: 4 - Beta',