aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2019-01-12 16:46:47 +0100
committerGravatar Jorge Aparicio <jorge@japaric.io> 2019-01-12 16:46:47 +0100
commitebaa48ebe238d873af053dfed4e21c9ec45bdc05 (patch)
tree3df70bbde2ac55be758a6d9766db637819ca98b3
parent28f74ed6d29df432334d29d2083e91a1a5d0fa6c (diff)
downloadcortex-m-ebaa48ebe238d873af053dfed4e21c9ec45bdc05.tar.gz
cortex-m-ebaa48ebe238d873af053dfed4e21c9ec45bdc05.tar.zst
cortex-m-ebaa48ebe238d873af053dfed4e21c9ec45bdc05.zip
add team e-mail to authors
-rw-r--r--cortex-m-rt/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml
index bb2dde9..df0158c 100644
--- a/cortex-m-rt/Cargo.toml
+++ b/cortex-m-rt/Cargo.toml
@@ -1,5 +1,9 @@
[package]
-authors = ["Jorge Aparicio <jorge@japaric.io>", "Hideki Sekine <sekineh@me.com>"]
+authors = [
+ "The Cortex-M Team <cortex-m@teams.rust-embedded.org>",
+ "Jorge Aparicio <jorge@japaric.io>",
+ "Hideki Sekine <sekineh@me.com>",
+]
categories = ["embedded", "no-std"]
description = "Minimal runtime / startup for Cortex-M microcontrollers"
documentation = "https://docs.rs/cortex-m-rt/"