Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit a44610c

Browse files
committed
Update links.
1 parent f0499f0 commit a44610c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ name = "error-chain"
44
version = "0.6.0"
55
authors = [ "Brian Anderson <[email protected]>",
66
"Paul Colomiets <[email protected]>",
7-
"Colin Kiegel <[email protected]>"]
8-
description = "Yet another error boilerplate library"
7+
"Colin Kiegel <[email protected]>",
8+
"Yamakaky <[email protected]>"]
9+
description = "Yet another error boilerplate library."
910

10-
documentation = "http://brson.github.io/error-chain/index.html"
11+
documentation = "https://docs.rs/error-chain"
1112
homepage = "https://github.com/brson/error-chain"
1213
repository = "https://github.com/brson/error-chain"
1314

14-
license = "MIT OR Apache-2.0"
15+
license = "MIT/Apache-2.0"
1516

1617
[features]
1718
default = ["backtrace"]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Build Status](https://api.travis-ci.org/brson/error-chain.svg?branch=master)](https://travis-ci.org/brson/error-chain)
44
[![Latest Version](https://img.shields.io/crates/v/error-chain.svg)](https://crates.io/crates/error-chain)
5+
[![License](https://img.shields.io/github/license/brson/error-chain.svg)](https://github.com/brson/error-chain)
56

67
`error-chain` is a crate for dealing with Rust error boilerplate. It
78
provides a few unique features:

0 commit comments

Comments
 (0)