diff --git a/src/games/genshin/config/schema/components.rs b/src/games/genshin/config/schema/components.rs index d76bd2e..756c477 100644 --- a/src/games/genshin/config/schema/components.rs +++ b/src/games/genshin/config/schema/components.rs @@ -19,7 +19,7 @@ impl Default for Components { Self { path: launcher_dir.join("components"), servers: vec![ - String::from("https://github.com/an-anime-team/components") + String::from("https://git.ethanthesleepy.one/anime-game-testing/components") ] } } diff --git a/src/games/honkai/config/schema/components.rs b/src/games/honkai/config/schema/components.rs index 6421d24..6b1a0ff 100644 --- a/src/games/honkai/config/schema/components.rs +++ b/src/games/honkai/config/schema/components.rs @@ -19,7 +19,7 @@ impl Default for Components { Self { path: launcher_dir.join("components"), servers: vec![ - String::from("https://github.com/an-anime-team/components") + String::from("https://git.ethanthesleepy.one/anime-game-testing/components") ] } } diff --git a/src/games/star_rail/config/schema/components.rs b/src/games/star_rail/config/schema/components.rs index d90b587..b714b37 100644 --- a/src/games/star_rail/config/schema/components.rs +++ b/src/games/star_rail/config/schema/components.rs @@ -19,7 +19,7 @@ impl Default for Components { Self { path: launcher_dir.join("components"), servers: vec![ - String::from("https://github.com/an-anime-team/components") + String::from("https://git.ethanthesleepy.one/anime-game-testing/components") ] } } diff --git a/src/games/wuwa/config/schema/components.rs b/src/games/wuwa/config/schema/components.rs index cd723d9..22ed203 100644 --- a/src/games/wuwa/config/schema/components.rs +++ b/src/games/wuwa/config/schema/components.rs @@ -19,7 +19,7 @@ impl Default for Components { Self { path: launcher_dir.join("components"), servers: vec![ - String::from("https://github.com/an-anime-team/components") + String::from("https://git.ethanthesleepy.one/anime-game-testing/components") ] } } diff --git a/src/games/zzz/config/schema/components.rs b/src/games/zzz/config/schema/components.rs index 1b500b5..b472d7b 100644 --- a/src/games/zzz/config/schema/components.rs +++ b/src/games/zzz/config/schema/components.rs @@ -19,7 +19,7 @@ impl Default for Components { Self { path: launcher_dir.join("components"), servers: vec![ - String::from("https://github.com/an-anime-team/components") + String::from("https://git.ethanthesleepy.one/anime-game-testing/components") ] } }