Skip to content

Commit 741f118

Browse files
Clean up lightning-invoice Cargo.toml and README
1 parent b516b3d commit 741f118

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

lightning-invoice/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name = "lightning-invoice"
33
description = "Data structures to parse and serialize BOLT11 lightning invoices"
44
version = "0.4.0"
55
authors = ["Sebastian Geisler <[email protected]>"]
6-
license = "Apache-2.0"
76
documentation = "https://docs.rs/lightning-invoice/"
8-
repository = "https://github.com/rust-bitcoin/rust-lightning-invoice"
7+
license = "MIT OR Apache-2.0"
98
keywords = [ "lightning", "bitcoin", "invoice", "BOLT11" ]
109
readme = "README.md"
1110

lightning-invoice/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
# lightning-invoice
2-
[![Build Status](https://travis-ci.org/rust-bitcoin/rust-lightning-invoice.svg?branch=master)](https://travis-ci.org/rust-bitcoin/rust-lightning-invoice)
3-
[![Coverage Report](https://img.shields.io/badge/dynamic/json.svg?label=Coverage&url=https%3A%2F%2Frust-bitcoin.github.io%2Frust-lightning-invoice%2Ftarget%2Fkcov%2Fmerged%2Fkcov-merged%2Fcoverage.json&query=%24.percent_covered&colorB=blue&suffix=%25)](https://rust-bitcoin.github.io/rust-lightning-invoice/target/kcov/merged/)
4-
[![Crates.io Release](https://img.shields.io/badge/crates.io-v0.4.0-orange.svg?longCache=true)](https://crates.io/crates/lightning-invoice)
5-
[![Docs.rs](https://docs.rs/lightning-invoice/badge.svg)](https://docs.rs/lightning-invoice/)
2+
[![Docs.rs](https://docs.rs/lightning-invoice/badge.svg)](https://docs.rs/lightning-invoice/)
63

74
This repo provides data structures for BOLT 11 lightning invoices and
85
functions to parse and serialize these from and to bech32.
96

107
**Please be sure to run the test suite since we need to check assumptions
118
regarding `SystemTime`'s bounds on your platform. You can also call `check_platform`
129
on startup or in your test suite to do so.**
13-
14-
## Contributing
15-
* same coding style standard as [rust-bitcoin/rust-lightning](https://github.com/rust-bitcoin/rust-lightning)
16-
* use tabs and spaces (appropriately)
17-
* no unnecessary dependencies

0 commit comments

Comments
 (0)