mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-01 11:56:29 +00:00
agent: update Cargo files authors
Anyone can collaborate in the Kata Containers project, so instead of adding her/his name and email to the Cargo.toml files, use `The Kata Containers community` as name and `kata-dev@lists.katacontainers.io` as email. fixes #643 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
be2f7e6ad9
commit
60245a83fa
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "logging"
|
||||
version = "0.1.0"
|
||||
authors = ["Tim Zhang <tim@hyper.sh>"]
|
||||
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "kata-agent"
|
||||
version = "0.1.0"
|
||||
authors = ["Yang Bo <bo@hyper.sh>"]
|
||||
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "netlink"
|
||||
version = "0.1.0"
|
||||
authors = ["Yang Bo <yb203166@antfin.com>"]
|
||||
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "oci"
|
||||
version = "0.1.0"
|
||||
authors = ["Yang Bo <bo@hyper.sh>"]
|
||||
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "protocols"
|
||||
version = "0.1.0"
|
||||
authors = ["Hui Zhu <teawater@hyper.sh>"]
|
||||
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "rustjail"
|
||||
version = "0.1.0"
|
||||
authors = ["Yang Bo <bo@hyper.sh>"]
|
||||
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -6,7 +6,7 @@
|
||||
[package]
|
||||
name = "kata-trace-forwarder"
|
||||
version = "0.0.1"
|
||||
authors = ["James O. D. Hunt <james.o.hunt@intel.com>"]
|
||||
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -6,7 +6,7 @@
|
||||
[package]
|
||||
name = "kata-agent-ctl"
|
||||
version = "0.0.1"
|
||||
authors = ["James O. D. Hunt <james.o.hunt@intel.com>"]
|
||||
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user