Skip to content

Commit

Permalink
Merge #129
Browse files Browse the repository at this point in the history
129: add team e-mail to authors r=therealprof a=japaric



Co-authored-by: Jorge Aparicio <jorge@japaric.io>
  • Loading branch information
bors[bot] and japaric committed Jan 12, 2019
2 parents db67186 + 752570c commit b148a2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
@@ -1,5 +1,8 @@
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
authors = [
"The Cortex-M Team <cortex-m@teams.rust-embedded.org>",
"Jorge Aparicio <jorge@japaric.io>",
]
categories = ["embedded", "hardware-support", "no-std"]
description = "Low level access to Cortex-M processors"
documentation = "https://docs.rs/cortex-m"
Expand Down

0 comments on commit b148a2e

Please sign in to comment.