From bf19bb117d780b940af5377d1fdb8e804ccebad7 Mon Sep 17 00:00:00 2001 From: Robert Kruszewski Date: Thu, 8 Aug 2024 14:52:00 +0100 Subject: [PATCH] Change authors field to a mailing list --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ef27f8449..ea3e1d39a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,9 +22,7 @@ resolver = "2" version = "0.4.12" homepage = "https://github.com/spiraldb/vortex" repository = "https://github.com/spiraldb/vortex" -authors = [ - "Robert Kruszewski , Nicholas Gates , Will Manning ", -] +authors = ["Vortex Authors "] license = "Apache-2.0" keywords = ["vortex"] include = ["benches/*.rs", "build.rs", "src/**/*.rs", "Cargo.toml", "proto/**/*.proto", "flatbuffers/*.fbs"]