Skip to content

Commit

Permalink
correct Amazon Firecracker team name
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Catangiu <[email protected]>
  • Loading branch information
acatangiu committed May 2, 2019
1 parent 6f36c79 commit d0b590e
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "firecracker"
version = "0.16.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
chrono = ">=0.4"
Expand Down
2 changes: 1 addition & 1 deletion api_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "api_server"
version = "0.1.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
chrono = ">=0.4"
Expand Down
2 changes: 1 addition & 1 deletion arch_gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "arch_gen"
version = "0.1.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]

2 changes: 1 addition & 1 deletion cpuid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cpuid"
version = "0.1.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
kvm-bindings = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion dumbo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dumbo"
version = "0.1.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
bitflags = ">=1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion fc_util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fc_util"
version = "0.1.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
libc = ">=0.2.39"
2 changes: 1 addition & 1 deletion logger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "logger"
version = "0.1.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
chrono = ">=0.4"
Expand Down
2 changes: 1 addition & 1 deletion micro_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "micro_http"
version = "0.1.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
2 changes: 1 addition & 1 deletion mmds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mmds"
version = "0.1.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
json-patch = ">=0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion rate_limiter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rate_limiter"
version = "0.1.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
libc = ">=0.2.39"
Expand Down
2 changes: 1 addition & 1 deletion seccomp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "seccomp"
version = "0.1.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
libc = ">=0.2.39"
2 changes: 1 addition & 1 deletion tests/integration_tests/security/demo_seccomp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "demo_seccomp"
version = "0.1.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
libc = ">0.2.39"
Expand Down
2 changes: 1 addition & 1 deletion vhost_gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "vhost_gen"
version = "0.1.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
libc = ">=0.2.39"
Expand Down
2 changes: 1 addition & 1 deletion vmm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "vmm"
version = "0.1.0"
authors = ["Amazon firecracker team <[email protected]>"]
authors = ["Amazon Firecracker team <[email protected]>"]

[dependencies]
chrono = ">=0.4"
Expand Down

0 comments on commit d0b590e

Please sign in to comment.