diff --git a/pkg/logging/Cargo.toml b/pkg/logging/Cargo.toml index baa21ede8..20c8a8b01 100644 --- a/pkg/logging/Cargo.toml +++ b/pkg/logging/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "logging" version = "0.1.0" -authors = ["Tim Zhang "] +authors = ["The Kata Containers community "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/agent/Cargo.toml b/src/agent/Cargo.toml index b490e6f67..862564eeb 100644 --- a/src/agent/Cargo.toml +++ b/src/agent/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kata-agent" version = "0.1.0" -authors = ["Yang Bo "] +authors = ["The Kata Containers community "] edition = "2018" [dependencies] diff --git a/src/agent/netlink/Cargo.toml b/src/agent/netlink/Cargo.toml index 5670889f0..a5845fb5f 100644 --- a/src/agent/netlink/Cargo.toml +++ b/src/agent/netlink/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "netlink" version = "0.1.0" -authors = ["Yang Bo "] +authors = ["The Kata Containers community "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/agent/oci/Cargo.toml b/src/agent/oci/Cargo.toml index 2ccf13a9a..b54f04007 100644 --- a/src/agent/oci/Cargo.toml +++ b/src/agent/oci/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oci" version = "0.1.0" -authors = ["Yang Bo "] +authors = ["The Kata Containers community "] edition = "2018" [dependencies] diff --git a/src/agent/protocols/Cargo.toml b/src/agent/protocols/Cargo.toml index 6a1391969..d102ff464 100644 --- a/src/agent/protocols/Cargo.toml +++ b/src/agent/protocols/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "protocols" version = "0.1.0" -authors = ["Hui Zhu "] +authors = ["The Kata Containers community "] edition = "2018" [dependencies] diff --git a/src/agent/rustjail/Cargo.toml b/src/agent/rustjail/Cargo.toml index cf934c244..db07963c0 100644 --- a/src/agent/rustjail/Cargo.toml +++ b/src/agent/rustjail/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustjail" version = "0.1.0" -authors = ["Yang Bo "] +authors = ["The Kata Containers community "] edition = "2018" [dependencies] diff --git a/src/trace-forwarder/Cargo.toml b/src/trace-forwarder/Cargo.toml index f7bda1c25..6a565970f 100644 --- a/src/trace-forwarder/Cargo.toml +++ b/src/trace-forwarder/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "kata-trace-forwarder" version = "0.0.1" -authors = ["James O. D. Hunt "] +authors = ["The Kata Containers community "] edition = "2018" [dependencies] diff --git a/tools/agent-ctl/Cargo.toml b/tools/agent-ctl/Cargo.toml index 6815c9642..fcaa98a71 100644 --- a/tools/agent-ctl/Cargo.toml +++ b/tools/agent-ctl/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "kata-agent-ctl" version = "0.0.1" -authors = ["James O. D. Hunt "] +authors = ["The Kata Containers community "] edition = "2018" [dependencies]