From c42bd54f87c4dee86dedbf0bcec4a32c84871f7a Mon Sep 17 00:00:00 2001
From: Samuel Tardieu <sam@rfc1149.net>
Date: Sat, 14 Sep 2024 19:33:35 +0200
Subject: [PATCH] Fix source URL in Cargo metadata

---
 Cargo.lock          | 2 +-
 Cargo.toml          | 2 +-
 tele0592/Cargo.toml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 5025c25..145058b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1292,7 +1292,7 @@ dependencies = [
 
 [[package]]
 name = "tele0592"
-version = "1.0.0"
+version = "1.0.1"
 dependencies = [
  "color-eyre",
  "embedded-hal 1.0.0",
diff --git a/Cargo.toml b/Cargo.toml
index 0abfabf..045e8cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Samuel Tardieu <sam@rfc1149.net>"]
 license = " GPL-3.0-or-later"
 rust-version = "1.81.0"
 edition = "2021"
-homepage = "https://gitlab.telecom-paris.fr/software/dc-driver-motor-hat/"
+homepage = "https://gitlab.telecom-paris.fr/software/dc-motor-driver-hat/"
 
 [workspace.dependencies]
 cortex-m = { version = "0.7.7", features = ["critical-section-single-core", "inline-asm"] }
diff --git a/tele0592/Cargo.toml b/tele0592/Cargo.toml
index ae11cc6..ba24100 100644
--- a/tele0592/Cargo.toml
+++ b/tele0592/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "tele0592"
 description = "Control an alternate firmware for the DFR0592 DC motor driver hat"
-version = "1.0.0"
+version = "1.0.1"
 authors.workspace = true
 license.workspace = true
 rust-version.workspace = true
-- 
GitLab