Skip to content

Commit 35f3714

Browse files
committed
Merge #359: Add Jamil Lambert as an author of client and types
85dd3f8 Add Jamil Lambert as an author of types (Jamil Lambert, PhD) 450671e Add Jamil Lambert as an author of client (Jamil Lambert, PhD) Pull request description: After all the work done it is finally time to take some accountability. - Add Jamil Lambert as an author of the `client` crate. - Add Jamil Lambert as an author of the `types` crate. ACKs for top commit: tcharding: ACK 85dd3f8 Tree-SHA512: 644355c6afb3bb4da4fc71d83a6ae19ebec6077075cbe45f595306d9fac7ff697af567868c30254f5d8f6d9192e8fdccc2fbde72eeb76dd4b19d4368e8f00d92
2 parents 861fcb2 + 85dd3f8 commit 35f3714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "corepc-client"
33
version = "0.8.0"
4-
authors = ["Tobin C. Harding <me@tobin.cc>"]
4+
authors = ["Tobin C. Harding <me@tobin.cc>", "Jamil Lambert <Jamil.Lambert@proton.me>"]
55
license = "CC0-1.0"
66
repository = "https://github.com/rust-bitcoin/corepc"
77
description = "Bitcoin Core JSON-RPC client"

types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "corepc-types"
33
version = "0.8.0"
4-
authors = ["Tobin C. Harding <me@tobin.cc>"]
4+
authors = ["Tobin C. Harding <me@tobin.cc>", "Jamil Lambert <Jamil.Lambert@proton.me>"]
55
license = "CC0-1.0"
66
repository = "https://github.com/rust-bitcoin/corepc"
77
description = "Bitcoin Core JSON-RPC API types"

0 commit comments

Comments
 (0)