From 55b1d1cdf0e74f504e036c679815feaa4725a3ea Mon Sep 17 00:00:00 2001 From: David Blajda Date: Sun, 19 Nov 2023 18:47:46 -0500 Subject: [PATCH] update author --- crates/benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/benchmarks/Cargo.toml b/crates/benchmarks/Cargo.toml index 8e2e94c62b..76bcc8a312 100644 --- a/crates/benchmarks/Cargo.toml +++ b/crates/benchmarks/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "delta-benchmarks" version = "0.0.1" -authors = ["Qingping Hou "] +authors = ["David Blajda "] homepage = "https://github.com/delta-io/delta.rs" license = "Apache-2.0" keywords = ["deltalake", "delta", "datalake"]