diff --git a/src/games/pgr/config/schema/components.rs b/src/games/pgr/config/schema/components.rs index 2d4a01b..b33c7bb 100644 --- a/src/games/pgr/config/schema/components.rs +++ b/src/games/pgr/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") ] } }