Skip to content

Commit 2036353

Browse files
committed
refs #24 -- changing organization name to peopledoc
1 parent aa5c097 commit 2036353

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# master (unreleased)
44

5-
Back to dev.
5+
- Changing Github Organization from ``novafloss`` to ``peopledoc`` (#24)
66

77
## 1.3.0 (2017-09-14)
88

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ django-chunkator
66
Chunk large QuerySets into small chunks, and iterate over them without killing
77
your RAM.
88

9-
.. image:: https://travis-ci.org/novafloss/django-chunkator.svg
9+
.. image:: https://travis-ci.org/peopledoc/django-chunkator.svg
1010

1111
Tested with all the combinations of:
1212

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def namespace_packages(project_name):
8888
keywords='',
8989
author='PeopleDoc',
9090
author_email='[email protected]',
91-
url='https://github.com/novafloss/%s' % name,
91+
url='https://github.com/peopledoc/%s' % name,
9292
license='MIT',
9393
packages=['chunkator'],
9494
namespace_packages=namespace_packages(name),

0 commit comments

Comments
 (0)