Skip to content

Commit d0b590e

Browse files
committed
correct Amazon Firecracker team name
Signed-off-by: Adrian Catangiu <[email protected]>
1 parent 6f36c79 commit d0b590e

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "firecracker"
33
version = "0.16.0"
4-
authors = ["Amazon firecracker team <[email protected]>"]
4+
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]
77
chrono = ">=0.4"

api_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "api_server"
33
version = "0.1.0"
4-
authors = ["Amazon firecracker team <[email protected]>"]
4+
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]
77
chrono = ">=0.4"

arch_gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "arch_gen"
33
version = "0.1.0"
4-
authors = ["Amazon firecracker team <[email protected]>"]
4+
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]
77

cpuid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cpuid"
33
version = "0.1.0"
4-
authors = ["Amazon firecracker team <[email protected]>"]
4+
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]
77
kvm-bindings = "0.1"

dumbo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dumbo"
33
version = "0.1.0"
4-
authors = ["Amazon firecracker team <[email protected]>"]
4+
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]
77
bitflags = ">=1.0.4"

fc_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fc_util"
33
version = "0.1.0"
4-
authors = ["Amazon firecracker team <[email protected]>"]
4+
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]
77
libc = ">=0.2.39"

logger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "logger"
33
version = "0.1.0"
4-
authors = ["Amazon firecracker team <[email protected]>"]
4+
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]
77
chrono = ">=0.4"

micro_http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "micro_http"
33
version = "0.1.0"
4-
authors = ["Amazon firecracker team <[email protected]>"]
4+
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]

mmds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mmds"
33
version = "0.1.0"
4-
authors = ["Amazon firecracker team <[email protected]>"]
4+
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]
77
json-patch = ">=0.2.1"

rate_limiter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rate_limiter"
33
version = "0.1.0"
4-
authors = ["Amazon firecracker team <[email protected]>"]
4+
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]
77
libc = ">=0.2.39"

0 commit comments

Comments
 (0)