diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2018-01-05 11:03:28 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-01-05 11:03:28 +0100 |
commit | 67fedbf575f864b9f420bac82fafe3d039b7e069 (patch) | |
tree | 91f54d7c791ca0c160c066a0e747bc4a786647bf | |
parent | fb1a289e75ec19330e42887d5943bf4ec97071fd (diff) | |
download | libnitrokey-67fedbf575f864b9f420bac82fafe3d039b7e069.tar.gz libnitrokey-67fedbf575f864b9f420bac82fafe3d039b7e069.tar.bz2 |
Update waffle status bar
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ -[![Stories in Ready](https://badge.waffle.io/Nitrokey/libnitrokey.png?label=ready&title=Ready)](https://waffle.io/Nitrokey/libnitrokey) [![Build Status](https://travis-ci.org/Nitrokey/libnitrokey.svg?branch=master)](https://travis-ci.org/Nitrokey/libnitrokey) +[![Waffle.io - Columns and their card count](https://badge.waffle.io/Nitrokey/libnitrokey.svg?columns=ready,in%20progress,test,waiting%20for%20feedback)](https://waffle.io/Nitrokey/libnitrokey) + # libnitrokey Libnitrokey is a project to communicate with Nitrokey Pro and Storage devices in a clean and easy manner. Written in C++14, testable with `py.test` and `Catch` frameworks, with C API, Python access (through CFFI and C API, in future with Pybind11). |