diff --git a/Cargo.lock b/Cargo.lock
index 5025c254a9307e800d2fc81c5e09475742d501e1..145058b85e067c24c7a832364c1cadf38ee8abcc 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 0abfabf310f8a3875cb9b9eb476c2268e296a43d..045e8cb085c79832a526b0d72978df9a803c74e7 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 ae11cc6a44375c8bf9f0fd18bfef5a8b827e6ba0..ba24100abd4ea25638d2b5756a1ad270d4a90518 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