Skip to content

Commit

Permalink
Move chat location from irc to gitter. (#196)
Browse files Browse the repository at this point in the history
IRC is great, but it's significatnly harder to have a history on for
multiple people unless they are all running their own IRC bouncers.
Because I am working on getting more maintainers for this project, I
have dediced to move it over to gitter for ease of use. I will still be
hanging out on IRC though.
  • Loading branch information
vimalloc authored Sep 24, 2018
1 parent 859475b commit de4fe5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Coverage Status](https://coveralls.io/repos/github/vimalloc/flask-jwt-extended/badge.svg?branch=master)](https://coveralls.io/github/vimalloc/flask-jwt-extended?branch=master)
[![PyPI version](https://badge.fury.io/py/Flask-JWT-Extended.svg)](https://badge.fury.io/py/Flask-JWT-Extended)
[![Documentation Status](https://readthedocs.org/projects/flask-jwt-extended/badge/)](http://flask-jwt-extended.readthedocs.io/en/latest/)
[![Join the chat at https://gitter.im/flask-jwt-extended/Lobby](https://badges.gitter.im/flask-jwt-extended/Lobby.svg)](https://gitter.im/flask-jwt-extended/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

### When to use Flask-JWT-Extended?

Expand Down Expand Up @@ -42,7 +43,8 @@ help upgrading to the 3.x.x releases.


### Chatting
We are on irc! You can come chat with us in the ```#flask-jwt-extended``` channel on ```freenode```.
We have moved from irc to gitter. The official support channel can now be found
at https://gitter.im/flask-jwt-extended/Lobby.


### Testing and Code Coverage
Expand Down

0 comments on commit de4fe5e

Please sign in to comment.