From 6a8c58bfce5860e3200ef2d49be3772fc5ebe7b9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 6 Dec 2021 12:53:30 +0100 Subject: [PATCH] update repo and homepage links in manifest --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3f6bff2..a4330e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.2.4" authors = ["Robin Mueller "] edition = "2021" description = "PAC for the Vorago VA108xx family of microcontrollers" -homepage = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs" -repository = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs" +homepage = "https://egit.irs.uni-stuttgart.de/rust/va108xx" +repository = "https://egit.irs.uni-stuttgart.de/rust/va108xx" license = "Apache-2.0" keywords = ["no-std", "arm", "cortex-m", "vorago", "va108xx"] categories = ["embedded", "no-std", "hardware-support"]