diff --git a/Cargo.toml b/Cargo.toml index e5ce8ea..006d8b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,9 @@ name = "va416xx" version = "0.1.0" authors = ["Robin Mueller "] edition = "2021" -description = "PAC for the Vorago VA416xx family of microcontrollers" -homepage = "https://github.com/robamu/va416xx-rs" -repository = "https://github.com/robamu/va416xx-rs" +description = "PAC for the Vorago VA416xx family of MCUs" +homepage = "https://egit.irs.uni-stuttgart.de/rust/va416xx" +repository = "https://egit.irs.uni-stuttgart.de/rust/va416xx" license = "MIT OR Apache-2.0" keywords = ["no-std", "arm", "cortex-m", "vorago", "va416xx"] categories = ["embedded", "no-std", "hardware-support"]