Skip to content

Commit

Permalink
Merge #39: Add Kix's name to the authors list
Browse files Browse the repository at this point in the history
2de7cc8 Add Kix's name to the authors list (Tobin C. Harding)

Pull request description:

  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.

ACKs for top commit:
  Kixunil:
    ACK 2de7cc8
  apoelstra:
    ACK 2de7cc8

Tree-SHA512: 082fa12bd93a906b9daf0a24051f5feb403bc362e1fc0fabf7a8ce0a36ede98fd871ee35ff06af1f54fb653ffb27e00be03fa51670cb8144c2ba130c6817b172
  • Loading branch information
apoelstra committed Oct 27, 2023
2 parents 2e25d6c + 2de7cc8 commit d2cfecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hex-conservative"
version = "0.1.1"
authors = ["Andrew Poelstra <[email protected]>"]
authors = ["Martin Habovštiak <[email protected]>", "Andrew Poelstra <[email protected]>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/hex-conservative"
documentation = "https://docs.rs/hex-conservative/"
Expand Down

0 comments on commit d2cfecb

Please sign in to comment.