From 450671e215a338948db2d0495d05419868634cd1 Mon Sep 17 00:00:00 2001 From: "Jamil Lambert, PhD" Date: Wed, 10 Sep 2025 12:18:29 +0100 Subject: [PATCH 1/2] Add Jamil Lambert as an author of client After all the work done it is finally time to take some accountability. Add Jamil Lambert as an author of the client crate. --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 3db0740e..3c5aeab7 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "corepc-client" version = "0.8.0" -authors = ["Tobin C. Harding "] +authors = ["Tobin C. Harding ", "Jamil Lambert "] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/corepc" description = "Bitcoin Core JSON-RPC client" From 85dd3f8ab795e3d9e9c6ae99163703d2a8def16d Mon Sep 17 00:00:00 2001 From: "Jamil Lambert, PhD" Date: Wed, 10 Sep 2025 12:21:10 +0100 Subject: [PATCH 2/2] Add Jamil Lambert as an author of types After all the work done it is finally time to take some accountability. Add Jamil Lambert as an author of the types crate. --- types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/Cargo.toml b/types/Cargo.toml index 359d94bb..34e18b57 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "corepc-types" version = "0.8.0" -authors = ["Tobin C. Harding "] +authors = ["Tobin C. Harding ", "Jamil Lambert "] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/corepc" description = "Bitcoin Core JSON-RPC API types"