Skip to content

Commit 6f52b81

Browse files
committed
Add rust-bitcoin devs to authors
In preparation for attempting to stabilise this library add "the rust-bitcoin developers" to the authors. This is both for attribution and to accept responsibility if we do anything wrong.
1 parent 3f92d7d commit 6f52b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bech32"
33
version = "0.9.1"
4-
authors = ["Clark Moody"]
4+
authors = ["Clark Moody", "The rust-bitcoin developers"]
55
repository = "https://github.com/rust-bitcoin/rust-bech32"
66
description = "Encodes and decodes the Bech32 format"
77
readme = "README.md"

0 commit comments

Comments
 (0)