aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a081ae1..f0dc378 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1775,7 +1775,7 @@ dependencies = [
[[package]]
name = "squashfs-ng"
version = "0.1.2"
-source = "git+https://github.com/HimbeerserverDE/squashfs-ng-rs.git#dc2a37a7d894a992b02f0703b61ba943655c256e"
+source = "git+https://github.com/rustkrazy/squashfs-ng-rs.git#dc2a37a7d894a992b02f0703b61ba943655c256e"
dependencies = [
"bindgen",
"lazy_static",
diff --git a/Cargo.toml b/Cargo.toml
index 234a6e1..72272f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,5 +14,5 @@ fscommon = "0.1.1"
reqwest = { version = "0.11.17", features = ["blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
-squashfs-ng = { version = "0.1.2", git = "https://github.com/HimbeerserverDE/squashfs-ng-rs.git" }
+squashfs-ng = { version = "0.1.2", git = "https://github.com/rustkrazy/squashfs-ng-rs.git" }
tempfile = "3.5.0"