Skip to content

Commit

Permalink
Specify code owners and authors
Browse files Browse the repository at this point in the history
Closes rust-vmm#2

Signed-off-by: Sergii Glushchenko <[email protected]>
  • Loading branch information
Sergii Glushchenko authored and alexandruag committed Dec 7, 2021
1 parent 5675303 commit 1074aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Add the list of code owners here (using their GitHub username)
* gatekeeper-PullAssigner
* @alexandruag @gsserge @jiangliu
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "vm-device"
version = "0.1.0"
authors = ["Samuel Ortiz <[email protected]>"]
authors = ["Samuel Ortiz <[email protected]>", "Liu Jiang <[email protected]>", "rust-vmm AWS maintainers <[email protected]>"]
edition = "2018"
repository = "https://github.com/rust-vmm/vm-device"
license = "Apache-2.0 OR BSD-3-Clause"
Expand Down

0 comments on commit 1074aeb

Please sign in to comment.