From 2adfb1926ad77aa9c61e253ab50f02c44fba7cea Mon Sep 17 00:00:00 2001 From: Zachery Gyurkovitz Date: Mon, 22 Jun 2020 14:17:02 -0700 Subject: [PATCH] misc: Don't deadname myself in the authors --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90f982aa..4351d233 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ categories = [ "database", "asynchronous" ] authors = [ "Ryan Leckey ", # ryan@launchbadge.com "Austin Bonander ", # austin@launchbadge.com - "Zachery Gyurkovitz ", # zach@launchbadge.com + "Chloe Ross ", # zach@launchbadge.com "Daniel Akhterov ", # daniel@launchbadge.com ]