Skip to content

Commit

Permalink
GitHub bmihelac -> django-import-export Account Update
Browse files Browse the repository at this point in the history
Updating both the CONTRIBUTING documentation as well as the url defined
in setup tools for the package.
  • Loading branch information
mgrdcm committed Feb 26, 2017
1 parent 7ec01ae commit 68801b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author_email="[email protected]",
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,
Expand Down

0 comments on commit 68801b8

Please sign in to comment.