Skip to content

Commit 61bd50d

Browse files
andreeafloresculauralt
authored andcommitted
update authors of crate
Added a generic line for the rust-vmm maintainers, and the AWS rust-vmm email list. This list can grow over time, I just added some easy picks here because the listed owner was not active on the project. Signed-off-by: Andreea Florescu <fandree@amazon.com>
1 parent a5b5dcf commit 61bd50d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "linux-loader"
33
version = "0.8.1"
4-
authors = ["Cathy Zhang <cathy.zhang@intel.com>"]
4+
authors = [
5+
"The rust-vmm maintainers",
6+
"rust-vmm AWS maintainers <rust-vmm-maintainers@amazon.com>",
7+
"Cathy Zhang <cathy.zhang@intel.com>"
8+
]
59
edition = "2021"
610
license = "Apache-2.0 AND BSD-3-Clause"
711
description = "A Linux kernel image loading crate."

0 commit comments

Comments
 (0)