diff --git a/client/Cargo.toml b/client/Cargo.toml index 51d3d32..a99a1ef 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,12 +1,7 @@ [package] name = "bitcoind-json-rpc-client" version = "0.3.0" -authors = [ - "Steven Roose ", - "Jean Pierre Dudey ", - "Dawid Ciężarkiewicz ", - "Tobin C. Harding " -] +authors = ["Tobin C. Harding "] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-bitcoind-json-rpc" description = "Bitcoin Core JSON-RPC client" diff --git a/json/Cargo.toml b/json/Cargo.toml index b711f1d..f71d130 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -1,12 +1,7 @@ [package] name = "bitcoind-json-rpc-types" version = "0.3.0" -authors = [ - "Steven Roose ", - "Jean Pierre Dudey ", - "Dawid Ciężarkiewicz ", - "Tobin C. Harding " -] +authors = ["Tobin C. Harding "] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-bitcoind-json-rpc" description = "Bitcoin Core JSON-RPC API types"