mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Update maintainer
This commit is contained in:
parent
6d2ad4a8bd
commit
d823165dcf
2 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
This application was originally written by Eric Florenzano.
|
||||
It is now maintained by Jannis Leidel and a league of awesome contributors.
|
||||
It is now maintained by Grant McConnaughey and a league of awesome contributors.
|
||||
|
||||
See the full list here: https://github.com/jezdez/django-avatar/graphs/contributors
|
||||
See the full list here: https://github.com/grantmcconnaughey/django-avatar/graphs/contributors
|
||||
|
|
|
|||
6
setup.py
6
setup.py
|
|
@ -40,9 +40,9 @@ setup(
|
|||
keywords='avatar, django',
|
||||
author='Eric Florenzano',
|
||||
author_email='floguy@gmail.com',
|
||||
maintainer='Jannis Leidel',
|
||||
maintainer_email='jannis@leidel.info',
|
||||
url='http://github.com/jezdez/django-avatar/',
|
||||
maintainer='Grant McConnaughey',
|
||||
maintainer_email='grantmcconnaughey@gmail.com',
|
||||
url='http://github.com/grantmcconnaughey/django-avatar/',
|
||||
license='BSD',
|
||||
packages=find_packages(exclude=['tests']),
|
||||
package_data={
|
||||
|
|
|
|||
Loading…
Reference in a new issue