Update repository URLs (again)

This commit is contained in:
Jerome Leclanche 2018-02-10 13:50:22 +02:00
parent 5954578417
commit 2ae27f9625
4 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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

View File

@ -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.

View File

@ -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 = jerome@leclan.ch
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