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 6fd2582..3fd362c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1799,7 +1799,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 18e5954..053ece0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,5 +15,5 @@ nix = { version = "0.26.1", features = ["ioctl"] }
reqwest = { version = "0.11.13", 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.3.0"