Skip to content

Commit f2bfdc0

Browse files
committed
docs: update badges to deal with cache issue
Signed-off-by: Paul Osborne <[email protected]>
1 parent 673c50a commit f2bfdc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Linux GPIO Utils
22

33
[![Build Status](https://travis-ci.org/rust-embedded/gpio-utils.svg?branch=master)](https://travis-ci.org/rust-embedded/gpio-utils)
4-
[![Version](https://img.shields.io/crates/v/gpio-utils.svg?maxAge=2592000)](https://crates.io/crates/gpio-utils)
5-
[![License](https://img.shields.io/crates/l/rustc-serialize.svg?maxAge=2592000)](https://github.com/rust-embedded/gpio-utils/blob/master/README.md#license)
4+
[![Version](https://img.shields.io/crates/v/gpio-utils.svg)](https://crates.io/crates/gpio-utils)
5+
[![License](https://img.shields.io/crates/l/rustc-serialize.svg)](https://github.com/rust-embedded/gpio-utils/blob/master/README.md#license)
66

77
GPIO Utils provides convenient access to GPIOs on a Linux system. The library
88
builds on top of the sysfs interface to GPIOs exposed by the kernel and provides

0 commit comments

Comments
 (0)