We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540ce31 commit 5993723Copy full SHA for 5993723
2 files changed
CHANGELOG.rst
@@ -41,4 +41,4 @@ Changelog
41
* Use GitHub as source control
42
43
44
-.. _`master`: https://github.com/graingert/django-babel
+.. _`master`: https://github.com/python-babel/django-babel
setup.py
@@ -28,7 +28,7 @@ def read(*parts):
28
author_email='cg@webshox.org',
29
maintainer='Thomas Grainger',
30
maintainer_email='django-babel@graingert.co.uk',
31
- url='https://github.com/graingert/django-babel/',
+ url='https://github.com/python-babel/django-babel/',
32
packages=find_packages(exclude=('tests',)),
33
install_requires=[
34
'Django>=1.4,<1.8',
0 commit comments