Skip to content

Commit

Permalink
Update repository URLs (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Feb 10, 2018
1 parent 5954578 commit 2ae27f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://travis-ci.org/django-push-notifications/django-push-notifications
# https://travis-ci.org/jazzband/django-push-notifications
sudo: false
language: python
python: "3.6"
Expand Down
2 changes: 1 addition & 1 deletion ACKNOWLEDGEMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Pablo Martín

The full contributor list is available at the following URL:

https://github.com/django-push-notifications/django-push-notifications/graphs/contributors
https://github.com/jazzband/django-push-notifications/graphs/contributors
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django-push-notifications
=========================
.. image:: https://api.travis-ci.org/django-push-notifications/django-push-notifications.png
:target: https://travis-ci.org/django-push-notifications/django-push-notifications
.. image:: https://api.travis-ci.org/jazzband/django-push-notifications.png
:target: https://travis-ci.org/jazzband/django-push-notifications

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

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = 1.6.0
description = Send push notifications to mobile devices through GCM, APNS or WNS and to WebPush (Chrome, Firefox and Opera) in Django
author = Jerome Leclanche
author_email = [email protected]
url = https://github.com/django-push-notifications/django-push-notifications/
download_url = https://github.com/django-push-notifications/django-push-notifications/tarball/master
url = https://github.com/jazzband/django-push-notifications
download_url = https://github.com/jazzband/django-push-notifications/tarball/master
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Expand Down

0 comments on commit 2ae27f9

Please sign in to comment.