diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9769201..7dfd94e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,7 +24,7 @@ comfy-table = "5.0.0" env_logger = "0.9.0" fuzzy-matcher = "0.3.7" indicatif = "0.16.2" -libjens = { git = "https://tilera.xyz/git/LordMZTE/libjens.git", rev = "1.1.0" } +libjens = { git = "https://git.tilera.org/LordMZTE/libjens.git", rev = "1.1.0" } log = "0.4.14" opener = "0.5.0" reqwest = { version = "0.11.9", features = ["stream", "multipart"] } diff --git a/gui/Cargo.toml b/gui/Cargo.toml index 417c6ac..ac19493 100644 --- a/gui/Cargo.toml +++ b/gui/Cargo.toml @@ -16,6 +16,6 @@ path = "src/main.rs" [dependencies] anyhow = "1.0.40" druid = "0.7.0" -libjens = { git = "https://tilera.xyz/git/LordMZTE/libjens.git", rev = "d4a8b3" } +libjens = { git = "https://git.tilera.org/LordMZTE/libjens.git", rev = "d4a8b3" } reqwest = "0.10" tokio = { version = "0.2.23", features = ["macros"] }