Skip to content

Commit e2ed39d

Browse files
committed
Leave just team e-mail in authors
1 parent 8d6b2fe commit e2ed39d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
name = "riscv"
33
version = "0.4.0"
44
repository = "https://github.com/rust-embedded/riscv"
5-
authors = [
6-
"The RISC-V Team <[email protected]>",
7-
"David Craven <[email protected]>",
8-
]
5+
authors = ["The RISC-V Team <[email protected]>"]
96
categories = ["embedded", "hardware-support", "no-std"]
107
description = "Low level access to RISC-V processors"
118
keywords = ["riscv", "register", "peripheral"]

0 commit comments

Comments
 (0)