Change components link

This commit is contained in:
Ethan O'Brien 2024-08-16 09:12:39 -05:00
parent 1797ac466d
commit aec4d98f97

View file

@ -19,7 +19,7 @@ impl Default for Components {
Self { Self {
path: launcher_dir.join("components"), path: launcher_dir.join("components"),
servers: vec![ servers: vec![
String::from("https://github.com/an-anime-team/components") String::from("https://git.ethanthesleepy.one/anime-game-testing/components")
] ]
} }
} }