diff --git a/contracts/external/cw-bounties/Cargo.toml b/contracts/external/cw-bounties/Cargo.toml index b589b3df2..dca456e4b 100644 --- a/contracts/external/cw-bounties/Cargo.toml +++ b/contracts/external/cw-bounties/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw-bounties" -authors = ["Jake Hartnell"] +authors = ["Jake Hartnell", "Mr T "] description = "A CosmWasm contract for creating and managing on-chain bounties." edition = { workspace = true } license = { workspace = true }