From aec4d98f97939e2f42f580dadec83af24cd0e359 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Fri, 16 Aug 2024 09:12:39 -0500 Subject: [PATCH] Change components link --- src/games/pgr/config/schema/components.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ] } }