diff --git a/CHANGES.rst b/CHANGES.rst index df62551..50269fc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,9 +25,9 @@ Changelog * Do not populate errorlist representations without any errors of nested formsets into the errors of the super form. See `#5`_ for details. -.. _#3: https://github.com/gregmuellegger/django-superform/issues/3 -.. _#5: https://github.com/gregmuellegger/django-superform/pull/5 -.. _#11: https://github.com/gregmuellegger/django-superform/issues/11 +.. _#3: https://github.com/jazzband/django-superform/issues/3 +.. _#5: https://github.com/jazzband/django-superform/pull/5 +.. _#11: https://github.com/jazzband/django-superform/issues/11 0.2.0 ----- diff --git a/django_superform/__init__.py b/django_superform/__init__.py index 506065c..3b05cf4 100644 --- a/django_superform/__init__.py +++ b/django_superform/__init__.py @@ -8,7 +8,7 @@ Author: Gregor Müllegger -Project home: https://github.com/gregmuellegger/django-superform +Project home: https://github.com/jazzband/django-superform See http://django-superform.readthedocs.org/en/latest/ for complete docs. """ from .fields import ( diff --git a/setup.py b/setup.py index 3cd1ea2..6eebf78 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def find_version(*file_paths): author_email="gregor@muellegger.de", packages=find_packages(), include_package_data=True, - url="https://github.com/gregmuellegger/django-superform", + url="https://github.com/jazzband/django-superform", license="BSD licence, see LICENSE file", description="So much easier handling of formsets.", long_description="\n\n".join((read("README.rst"), read("CHANGES.rst"))),