From 68801b8e7ddd9c931a6c76eb7b12e8b234e082e4 Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Sun, 26 Feb 2017 10:37:27 -0500 Subject: [PATCH] GitHub bmihelac -> django-import-export Account Update Updating both the CONTRIBUTING documentation as well as the url defined in setup tools for the package. --- CONTRIBUTING.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 569ac9692..07462befb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,8 +23,8 @@ So you've found a bug or have a great idea for a feature. Here's the steps you should take to help get it added/fixed in django-import-export: * First, check to see if there's an existing issue/pull request for the - bug/feature. All issues are at https://github.com/bmihelac/django-import-export/issues - and pull reqs are at https://github.com/bmihelac/django-import-export/pulls. + bug/feature. All issues are at https://github.com/django-import-export/django-import-export/issues + and pull reqs are at https://github.com/django-import-export/django-import-export/pulls. * If there isn't one there, please file an issue. The ideal report includes: * A description of the problem/suggestion. * How to recreate the bug. diff --git a/setup.py b/setup.py index 886c4b0eb..de6adb1c7 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ author_email="bmihelac@mihelac.org", license='BSD License', platforms=['OS Independent'], - url="https://github.com/bmihelac/django-import-export", + url="https://github.com/django-import-export/django-import-export", packages=find_packages(exclude=["tests"]), include_package_data=True, install_requires=install_requires,