From 1949445cf0a286647331af7290f30ce5e6b9e15f Mon Sep 17 00:00:00 2001 From: Chloe Ross Date: Tue, 28 Jul 2020 10:45:12 -0700 Subject: [PATCH] other: don't deadname self --- Cargo.toml | 2 +- sqlx-core/Cargo.toml | 2 +- sqlx-macros/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ]