From 2de7cc87529fa0ffdfc40a282b7985ae418b7fd6 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 27 Oct 2023 12:50:49 +1100 Subject: [PATCH] Add Kix's name to the authors list If one looks at crates.io or the git index it looks like I wrote this crate but that is wholeheartedly untrue, Kix wrote almost all the code in this crate IIRC. I just pulled it all out of `rust-bitcoin`. Put Kixunil's name at the front of the author's list. Leave Andrew's there in second place because he is the crate owner, and reviewed everything. Omit my name because I have only chopped and changed trivial things and am only likely to polish things going forwards. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 681f988..9b9cf02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hex-conservative" version = "0.1.1" -authors = ["Andrew Poelstra "] +authors = ["Martin Habovštiak ", "Andrew Poelstra "] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/hex-conservative" documentation = "https://docs.rs/hex-conservative/"