diff --git a/va416xx-embassy/Cargo.toml b/va416xx-embassy/Cargo.toml
index e2536dd..30e7412 100644
--- a/va416xx-embassy/Cargo.toml
+++ b/va416xx-embassy/Cargo.toml
@@ -11,7 +11,7 @@ keywords = ["no-std", "hal", "cortex-m", "vorago", "va416xx"]
 categories = ["aerospace", "embedded", "no-std", "hardware-support"]
 
 [dependencies]
-vorago-shared-periphs = { path = "../../vorago-shared-periphs", features = ["vor4x"] }
+vorago-shared-periphs = { git = "https://egit.irs.uni-stuttgart.de/rust/vorago-shared-periphs.git", features = ["vor4x"] }
 va416xx-hal = { path = "../va416xx-hal" }
 
 [features]
diff --git a/va416xx-hal/Cargo.toml b/va416xx-hal/Cargo.toml
index 82ccdb1..ccb846f 100644
--- a/va416xx-hal/Cargo.toml
+++ b/va416xx-hal/Cargo.toml
@@ -31,7 +31,7 @@ void = { version = "1", default-features = false }
 thiserror = { version = "2", default-features = false }
 portable-atomic = "1"
 embassy-sync = "0.6"
-vorago-shared-periphs = { path = "../../vorago-shared-periphs", features = ["vor4x"] }
+vorago-shared-periphs = { git = "https://egit.irs.uni-stuttgart.de/rust/vorago-shared-periphs.git", features = ["vor4x"] }
 va416xx = { version = "0.4", features = ["critical-section"], default-features = false }
 
 defmt = { version = "0.3", optional = true }