diff --git a/beacon_node/client/Cargo.toml b/beacon_node/client/Cargo.toml index d41609ca60..1eff529c7c 100644 --- a/beacon_node/client/Cargo.toml +++ b/beacon_node/client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "client" version = "0.1.2" -authors = ["Age Manning "] +authors = ["Sigma Prime "] edition = "2018" [dev-dependencies] diff --git a/beacon_node/eth2_libp2p/Cargo.toml b/beacon_node/eth2_libp2p/Cargo.toml index 314ade4782..402e76961a 100644 --- a/beacon_node/eth2_libp2p/Cargo.toml +++ b/beacon_node/eth2_libp2p/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "eth2_libp2p" version = "0.1.2" -authors = ["Age Manning "] +authors = ["Sigma Prime "] edition = "2018" [dependencies] diff --git a/beacon_node/network/Cargo.toml b/beacon_node/network/Cargo.toml index d23d0e174b..66879381cc 100644 --- a/beacon_node/network/Cargo.toml +++ b/beacon_node/network/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "network" version = "0.1.2" -authors = ["Age Manning "] +authors = ["Sigma Prime "] edition = "2018" [dev-dependencies] diff --git a/beacon_node/timer/Cargo.toml b/beacon_node/timer/Cargo.toml index d642afa876..26799cd503 100644 --- a/beacon_node/timer/Cargo.toml +++ b/beacon_node/timer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "timer" version = "0.1.2" -authors = ["Age Manning "] +authors = ["Sigma Prime "] edition = "2018" [dependencies] diff --git a/beacon_node/version/Cargo.toml b/beacon_node/version/Cargo.toml index b00f15b9d7..4aec692c6a 100644 --- a/beacon_node/version/Cargo.toml +++ b/beacon_node/version/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "version" version = "0.1.2" -authors = ["Age Manning "] +authors = ["Sigma Prime "] edition = "2018" [dependencies] diff --git a/boot_node/Cargo.toml b/boot_node/Cargo.toml index 90f9f3840c..34da588ca1 100644 --- a/boot_node/Cargo.toml +++ b/boot_node/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "boot_node" version = "0.1.0" -authors = ["Age Manning "] +authors = ["Sigma Prime "] edition = "2018" [dependencies] diff --git a/common/hashset_delay/Cargo.toml b/common/hashset_delay/Cargo.toml index cba08662d4..9fa9dfbd90 100644 --- a/common/hashset_delay/Cargo.toml +++ b/common/hashset_delay/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hashset_delay" version = "0.2.0" -authors = ["Age Manning "] +authors = ["Sigma Prime "] edition = "2018" [dependencies] diff --git a/common/rest_types/Cargo.toml b/common/rest_types/Cargo.toml index c8a2d8a114..51e69dcca7 100644 --- a/common/rest_types/Cargo.toml +++ b/common/rest_types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rest_types" version = "0.2.0" -authors = ["Age Manning "] +authors = ["Sigma Prime "] edition = "2018" [dependencies]