diff --git a/Cargo.toml b/Cargo.toml index 88cd9a1..3b19516 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,7 @@ name = "riscv" version = "0.4.0" repository = "https://github.com/rust-embedded/riscv" -authors = [ - "The RISC-V Team ", - "David Craven ", -] +authors = ["The RISC-V Team "] categories = ["embedded", "hardware-support", "no-std"] description = "Low level access to RISC-V processors" keywords = ["riscv", "register", "peripheral"]