diff options
author | The Gitter Badger <badger@gitter.im> | 2015-09-23 15:31:22 +0000 |
---|---|---|
committer | The Gitter Badger <badger@gitter.im> | 2015-09-23 15:31:22 +0000 |
commit | 2f3aef1bf348b6903cf78746a09c3cdbc5d6e676 (patch) | |
tree | c92bd2b7b20c9706e5b88cac48c63a4d3b9e9798 | |
parent | 5250177ea4b0a375bc5b6414383f03072ed3df01 (diff) | |
download | hmacaroons-2f3aef1bf348b6903cf78746a09c3cdbc5d6e676.tar.gz hmacaroons-2f3aef1bf348b6903cf78746a09c3cdbc5d6e676.tar.zst hmacaroons-2f3aef1bf348b6903cf78746a09c3cdbc5d6e676.zip |
Add Gitter badge
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ | |||
1 | Macaroons: Pure haskell implementation of macaroons [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons) | 1 | Macaroons: Pure haskell implementation of macaroons [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons) |
2 | =================================================== | 2 | =================================================== |
3 | 3 | ||
4 | [![Join the chat at https://gitter.im/jtanguy/hmacaroons](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jtanguy/hmacaroons?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
5 | |||
4 | Macaroons is a pure haskell implementation of macaroons. It aims to provide | 6 | Macaroons is a pure haskell implementation of macaroons. It aims to provide |
5 | compatibility at a serialized level with the [reference implementation](https://github.com/rescrv/libmacaroons) | 7 | compatibility at a serialized level with the [reference implementation](https://github.com/rescrv/libmacaroons) |
6 | and the [python implementation](https://github.com/ecordell/pymacaroons) | 8 | and the [python implementation](https://github.com/ecordell/pymacaroons) |