From a545b4028ef25923f3477441194c556dea8ae57e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 7 Dec 2021 00:53:44 +0100 Subject: [PATCH] update manifest file --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"]