Skip to content

Commit b7f8585

Browse files
authored
chore: update author email addresses (#54)
Updates email address domain to the current Penumbra Labs email settings, and adds a general team address to the authors list.
1 parent bc345e4 commit b7f8585

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "tower-abci"
33
version = "0.15.0"
4-
authors = ["Henry de Valence <hdevalence@penumbra.zone>"]
4+
authors = [
5+
"Penumbra Labs <team@penumbralabs.xyz>",
6+
"Henry de Valence <hdevalence@penumbralabs.xyz"
7+
]
58
edition = "2021"
69
license = "MIT"
710
description = "A `tower`-based interface to Tendermint's ABCI"

0 commit comments

Comments
 (0)