diff --git a/Cargo.toml b/Cargo.toml index e90c9c1..d1fe122 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "va108xx" -version = "0.2.0" +version = "0.2.1" authors = ["Robin Mueller "] edition = "2021" description = "PAC for the Vorago VA108xx family of microcontrollers" -homepage = "https://github.com/robamu-org/va108xx-rs" -repository = "https://github.com/robamu-org/va108xx-rs" +homepage = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs" +repository = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs" license = "Apache-2.0" keywords = ["no-std", "arm", "cortex-m", "vorago", "va108xx"] categories = ["embedded", "no-std", "hardware-support"]