Skip to content

Commit 2ae27f9

Browse files
committed
Update repository URLs (again)
1 parent 5954578 commit 2ae27f9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://travis-ci.org/django-push-notifications/django-push-notifications
1+
# https://travis-ci.org/jazzband/django-push-notifications
22
sudo: false
33
language: python
44
python: "3.6"

ACKNOWLEDGEMENTS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Pablo Martín
1313

1414
The full contributor list is available at the following URL:
1515

16-
https://github.com/django-push-notifications/django-push-notifications/graphs/contributors
16+
https://github.com/jazzband/django-push-notifications/graphs/contributors

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
django-push-notifications
22
=========================
3-
.. image:: https://api.travis-ci.org/django-push-notifications/django-push-notifications.png
4-
:target: https://travis-ci.org/django-push-notifications/django-push-notifications
3+
.. image:: https://api.travis-ci.org/jazzband/django-push-notifications.png
4+
:target: https://travis-ci.org/jazzband/django-push-notifications
55

66
A minimal Django app that implements Device models that can send messages through APNS, FCM/GCM and WNS.
77

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = 1.6.0
44
description = Send push notifications to mobile devices through GCM, APNS or WNS and to WebPush (Chrome, Firefox and Opera) in Django
55
author = Jerome Leclanche
66
author_email = [email protected]
7-
url = https://github.com/django-push-notifications/django-push-notifications/
8-
download_url = https://github.com/django-push-notifications/django-push-notifications/tarball/master
7+
url = https://github.com/jazzband/django-push-notifications
8+
download_url = https://github.com/jazzband/django-push-notifications/tarball/master
99
classifiers =
1010
Development Status :: 5 - Production/Stable
1111
Environment :: Web Environment

0 commit comments

Comments
 (0)