chore: change git url

This commit is contained in:
Anna 2024-01-09 03:17:57 -05:00
parent 5d668fe302
commit 0c4798557f
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 1 additions and 1 deletions

View File

@ -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 }