diff --git a/Cargo.toml b/Cargo.toml index 0c9eec32..9969fd91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ categories = [ "database", "asynchronous" ] authors = [ "Ryan Leckey ", # ryan@launchbadge.com "Austin Bonander ", # austin@launchbadge.com - "Chloe Ross ", # zach@launchbadge.com + "Chloe Ross ", # chloe@launchbadge.com "Daniel Akhterov ", # daniel@launchbadge.com ] diff --git a/sqlx-core/Cargo.toml b/sqlx-core/Cargo.toml index 70470120..32cd74f2 100644 --- a/sqlx-core/Cargo.toml +++ b/sqlx-core/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" authors = [ "Ryan Leckey ", "Austin Bonander ", - "Zachery Gyurkovitz ", + "Chloe Ross ", "Daniel Akhterov ", ] diff --git a/sqlx-macros/Cargo.toml b/sqlx-macros/Cargo.toml index 8063ca91..1285d4ce 100644 --- a/sqlx-macros/Cargo.toml +++ b/sqlx-macros/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" authors = [ "Ryan Leckey ", # ryan@launchbadge.com "Austin Bonander ", # austin@launchbadge.com - "Zachery Gyurkovitz ", # zach@launchbadge.com + "Chloe Ross ", # chloe@launchbadge.com "Daniel Akhterov ", # daniel@launchbadge.com ]