diff --git a/Cargo.toml b/Cargo.toml index 9cd0b26..2e48f49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ flate2 = { version = "1", default-features = false, features = ["zlib-ng"], opti num_cpus = { version = "1", optional = true } serde = { version = "1", features = ["derive"], optional = true } serde_json = { version = "1", optional = true } -sqpack = { git = "https://git.anna.lgbt/ascclemens/sqpack-rs", features = ["read", "write"], optional = true } +sqpack = { git = "https://git.anna.lgbt/anna/sqpack-rs", features = ["read", "write"], optional = true } tempfile = { version = "3", optional = true } thiserror = { version = "1", optional = true } zip = { version = "0.6", default-features = false, features = ["deflate-zlib"], optional = true }