From deef6fbc0c3f092f9d07dd28211fcca5ee498b2e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 10 Nov 2020 14:42:41 +0100 Subject: [PATCH] cargo: extend authors list this was mostly selected by executing and adding those with more than a hand full of commits, so no hard feelings here, this was definitively also a team effort to get stuff polished! Signed-off-by: Thomas Lamprecht --- Cargo.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 26adcf52..ae5a8039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,16 @@ [package] name = "proxmox-backup" version = "1.0.0" -authors = ["Dietmar Maurer "] +authors = [ + "Dietmar Maurer ", + "Dominik Csapak ", + "Christian Ebner ", + "Fabian Grünbichler ", + "Stefan Reiter ", + "Thomas Lamprecht ", + "Wolfgang Bumiller ", + "Proxmox Support Team ", +] edition = "2018" license = "AGPL-3" description = "Proxmox Backup"