Skip to content

Commit 0ed3fbb

Browse files
committed
Switch to Arm team in authors[]
1 parent fc1eb78 commit 0ed3fbb

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

arm-targets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = [
33
"Jonathan Pallant <[email protected]>",
4-
"The Cortex-R Team <cortex-r@teams.rust-embedded.org>"
4+
"The Embedded Devices Working Group Arm Team <arm@teams.rust-embedded.org>"
55
]
66
categories = ["development-tools::build-utils"]
77
description = "Compile-time feature detection for Arm processors"

cortex-a-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = [
33
"Robin Mueller <[email protected]>",
44
"Jonathan Pallant <[email protected]>",
5-
"The Cortex-R Team <cortex-r@teams.rust-embedded.org>"
5+
"The Embedded Devices Working Group Arm Team <arm@teams.rust-embedded.org>"
66
]
77
description = "Run-Time support for Arm Cortex-A"
88
edition = "2021"

cortex-ar-rt-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = [
33
"Robin Mueller <[email protected]>",
44
"Jonathan Pallant <[email protected]>",
5-
"The Cortex-R Team <cortex-r@teams.rust-embedded.org>"
5+
"The Embedded Devices Working Group Arm Team <arm@teams.rust-embedded.org>"
66
]
77
description = "Run-Time macros for Arm Cortex-A and Cortex-R"
88
edition = "2021"

cortex-ar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = [
33
"Jonathan Pallant <[email protected]>",
4-
"The Cortex-R Team <cortex-r@teams.rust-embedded.org>",
4+
"The Embedded Devices Working Group Arm Team <arm@teams.rust-embedded.org>",
55
]
66
categories = [
77
"embedded",

cortex-r-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = [
33
"Jonathan Pallant <[email protected]>",
4-
"The Cortex-R Team <cortex-r@teams.rust-embedded.org>"
4+
"The Embedded Devices Working Group Arm Team <arm@teams.rust-embedded.org>"
55
]
66
categories = [
77
"embedded",

examples/mps3-an536/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
authors = ["Jonathan Pallant <[email protected]>", "The Cortex-R Team <cortex-r@teams.rust-embedded.org>"]
2+
authors = ["Jonathan Pallant <[email protected]>", "The Embedded Devices Working Group Arm Team <arm@teams.rust-embedded.org>"]
33
default-run = "hello"
44
edition = "2021"
55
name = "mps3-an536"

examples/versatileab/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
authors = ["Jonathan Pallant <[email protected]>", "The Cortex-R Team <cortex-r@teams.rust-embedded.org>"]
2+
authors = ["Jonathan Pallant <[email protected]>", "The Embedded Devices Working Group Arm Team <arm@teams.rust-embedded.org>"]
33
default-run = "hello"
44
edition = "2021"
55
name = "versatileab"

0 commit comments

Comments
 (0)