]> git.proxmox.com Git - proxmox-backup.git/commitdiff
cargo: extend authors list
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Nov 2020 13:42:41 +0000 (14:42 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Nov 2020 13:47:48 +0000 (14:47 +0100)
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 <t.lamprecht@proxmox.com>
Cargo.toml

index 26adcf52d82bdbd447167c53e0900db3467d7961..ae5a80395a798a809d8ecb25b7d5b62d9a768ecd 100644 (file)
@@ -1,7 +1,16 @@
 [package]
 name = "proxmox-backup"
 version = "1.0.0"
-authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
+authors = [
+    "Dietmar Maurer <dietmar@proxmox.com>",
+    "Dominik Csapak <d.csapak@proxmox.com>",
+    "Christian Ebner <c.ebner@proxmox.com>",
+    "Fabian Grünbichler <f.gruenbichler@proxmox.com>",
+    "Stefan Reiter <s.reiter@proxmox.com>",
+    "Thomas Lamprecht <t.lamprecht@proxmox.com>",
+    "Wolfgang Bumiller <w.bumiller@proxmox.com>",
+    "Proxmox Support Team <support@proxmox.com>",
+]
 edition = "2018"
 license = "AGPL-3"
 description = "Proxmox Backup"