Skip to content

Commit

Permalink
Update references to the github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Feb 28, 2017
1 parent eef8c24 commit fb07245
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- Cesar Canassa

And all contributors:
- https://github.com/mvantellingen/localshop/graphs/contributors
- https://github.com/jazzband/localshop/graphs/contributors

Contains code from:
- Sentry https://github.com/dcramer/sentry/contributors
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN easy_install -U pip
ENV DJANGO_STATIC_ROOT /opt/localshop/static

# Install localshop
RUN pip install https://github.com/mvantellingen/localshop/archive/develop.zip#egg=localshop
RUN pip install https://github.com/jazzband/localshop/archive/develop.zip#egg=localshop

# Install uWSGI / Honcho
run pip install psycopg2==2.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
version='0.10.0.dev',
author='Michael van Tellingen',
author_email='michaelvantellingen@gmail.com',
url='http://github.com/mvantellingen/localshop',
url='http://github.com/localshop/localshop',
description='A private pypi server including auto-mirroring of pypi.',
long_description='\n'.join(readme),
packages=find_packages(),
Expand Down

0 comments on commit fb07245

Please sign in to comment.