Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit c0370dd

Browse files
committed
Remove authors
When this crate started out I copied a bunch of code from `rust-bitcoincore-rpc`, as such I kept the original authors. Since then I have re-started from scratch. The original authors should not be held accountable for this crate anymore.
1 parent 53f679a commit c0370dd

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

client/Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
[package]
22
name = "bitcoind-json-rpc-client"
33
version = "0.3.0"
4-
authors = [
5-
"Steven Roose <[email protected]>",
6-
"Jean Pierre Dudey <[email protected]>",
7-
"Dawid Ciężarkiewicz <[email protected]>",
8-
"Tobin C. Harding <[email protected]>"
9-
]
4+
authors = ["Tobin C. Harding <[email protected]>"]
105
license = "CC0-1.0"
116
repository = "https://github.com/rust-bitcoin/rust-bitcoind-json-rpc"
127
description = "Bitcoin Core JSON-RPC client"

json/Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
[package]
22
name = "bitcoind-json-rpc-types"
33
version = "0.3.0"
4-
authors = [
5-
"Steven Roose <[email protected]>",
6-
"Jean Pierre Dudey <[email protected]>",
7-
"Dawid Ciężarkiewicz <[email protected]>",
8-
"Tobin C. Harding <[email protected]>"
9-
]
4+
authors = ["Tobin C. Harding <[email protected]>"]
105
license = "CC0-1.0"
116
repository = "https://github.com/rust-bitcoin/rust-bitcoind-json-rpc"
127
description = "Bitcoin Core JSON-RPC API types"

0 commit comments

Comments
 (0)