From 02725c9aa2906ca01ae796e50ffd9b656f7dcfa8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 3 Dec 2021 15:04:20 +0100 Subject: [PATCH] v0.2.1: updated homepage and repostory --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"]