From 1074aeb01c4e54a76a7572495ba4878bb7392733 Mon Sep 17 00:00:00 2001 From: Sergii Glushchenko Date: Tue, 7 Dec 2021 15:13:33 +0100 Subject: [PATCH] Specify code owners and authors Closes https://github.com/rust-vmm/vm-device/issues/2 Signed-off-by: Sergii Glushchenko --- CODEOWNERS | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 4d96c3f..c914dcb 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ # Add the list of code owners here (using their GitHub username) -* gatekeeper-PullAssigner +* @alexandruag @gsserge @jiangliu diff --git a/Cargo.toml b/Cargo.toml index e10f0b9..0157b34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vm-device" version = "0.1.0" -authors = ["Samuel Ortiz "] +authors = ["Samuel Ortiz ", "Liu Jiang ", "rust-vmm AWS maintainers "] edition = "2018" repository = "https://github.com/rust-vmm/vm-device" license = "Apache-2.0 OR BSD-3-Clause"