From ee767338d6db510ef15d6b8cc11f6fb9a6215a43 Mon Sep 17 00:00:00 2001 From: "Begonia, HE" <163421589+BegoniaHe@users.noreply.github.com> Date: Sun, 18 Jan 2026 20:22:40 +0100 Subject: chore: migrate repository from HsiangNianian to HydroRoll-Team - Updated repository URL in Cargo.toml - Updated GitHub API endpoint in main.rs - Updated commit links in HomeView.svelte - Updated issue template links in config.yml Reviewed-by: Claude Sonnet 4.5 --- src-tauri/Cargo.toml | 2 +- src-tauri/src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src-tauri') diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e6a8967..e1b2ab3 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" license = "MIT" -repository = "https://github.com/HsiangNianian/DropOut" +repository = "https://github.com/HydroRoll-Team/DropOut" [dependencies] serde = { version = "1.0", features = ["derive"] } diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 2871b03..8d73cc2 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -1946,7 +1946,7 @@ struct GithubRelease { async fn get_github_releases() -> Result, String> { let client = reqwest::Client::new(); let res = client - .get("https://api.github.com/repos/HsiangNianian/DropOut/releases") + .get("https://api.github.com/repos/HydroRoll-Team/DropOut/releases") .header("User-Agent", "DropOut-Launcher") .send() .await -- cgit v1.2.3-70-g09d2