Skip to content

Commit 00a1e86

Browse files
author
Joachim Jablon
committed
novafloss > peopledoc
1 parent 2006859 commit 00a1e86

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Types of Contributions
1313
Report Bugs
1414
~~~~~~~~~~~
1515

16-
Report bugs at https://github.com/novafloss/django-readonly-field/issues.
16+
Report bugs at https://github.com/peopledoc/django-readonly-field/issues.
1717

1818
If you are reporting a bug, please include:
1919

@@ -43,7 +43,7 @@ articles, and such.
4343
Submit Feedback
4444
~~~~~~~~~~~~~~~
4545

46-
The best way to send feedback is to file an issue at https://github.com/novafloss/django-readonly-field/issues.
46+
The best way to send feedback is to file an issue at https://github.com/peopledoc/django-readonly-field/issues.
4747

4848
If you are proposing a feature:
4949

@@ -101,7 +101,7 @@ Before you submit a pull request, check that it meets these guidelines:
101101
your new functionality into a function with a docstring, and add the
102102
feature to the list in README.rst.
103103
3. The pull request should work for Python 2.6, 2.7, and 3.3, and for PyPy. Check
104-
https://travis-ci.org/novafloss/django-readonly-field/pull_requests
104+
https://travis-ci.org/peopledoc/django-readonly-field/pull_requests
105105
and make sure that the tests pass for all supported Python versions.
106106

107107
Tips

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Django Readonly Field
55
.. image:: https://badge.fury.io/py/django-readonly-field.png
66
:target: https://pypi.org/pypi/django-readonly-field
77

8-
.. image:: https://travis-ci.org/novafloss/django-readonly-field.png?branch=master
9-
:target: https://travis-ci.org/novafloss/django-readonly-field
8+
.. image:: https://travis-ci.org/peopledoc/django-readonly-field.png?branch=master
9+
:target: https://travis-ci.org/peopledoc/django-readonly-field
1010

11-
.. image:: https://img.shields.io/codecov/c/github/novafloss/django-readonly-field/master.svg
12-
:target: https://codecov.io/github/novafloss/django-readonly-field?branch=master
11+
.. image:: https://img.shields.io/codecov/c/github/peopledoc/django-readonly-field/master.svg
12+
:target: https://codecov.io/github/peopledoc/django-readonly-field?branch=master
1313

1414
Make Django model fields readonly. In other words, make it so that Django will
1515
read from your fields in your database, but never try to write them. It can be

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
long_description=readme + '\n\n' + history,
3838
author='Joachim Jablon',
3939
author_email='[email protected]',
40-
url='https://github.com/novafloss/django-readonly-field',
40+
url='https://github.com/peopledoc/django-readonly-field',
4141
packages=[
4242
'django_readonly_field',
4343
],

0 commit comments

Comments
 (0)