From 8f00290b7487a4c4b1b11231014c1c8ecd82e046 Mon Sep 17 00:00:00 2001 From: xenua Date: Tue, 16 Apr 2024 15:02:36 +0200 Subject: [PATCH] fork: update refs --- Cargo.toml | 2 +- src/command.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index de30cce..fa81906 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "cargo-3ds" version = "0.1.2" authors = ["Rust3DS Org", "Andrea Ciliberti "] description = "Cargo wrapper for developing Nintendo 3DS homebrew apps" -repository = "https://github.com/rust3ds/cargo-3ds" +repository = "https://git.xenua.me/rust3ds/cargo-3ds" keywords = ["3ds", "homebrew"] categories = ["command-line-utilities", "development-tools::cargo-plugins"] exclude = [".github"] diff --git a/src/command.rs b/src/command.rs index 02f998f..a7eaaba 100644 --- a/src/command.rs +++ b/src/command.rs @@ -512,7 +512,7 @@ impl Test { } } -const TOML_CHANGES: &str = r#"ctru-rs = { git = "https://github.com/rust3ds/ctru-rs" } +const TOML_CHANGES: &str = r#"ctru-rs = { git = "https://git.xenua.me/rust3ds/ctru-rs" } [package.metadata.cargo-3ds] romfs_dir = "romfs"