aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index f411c31..28cabb6 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -27,7 +27,7 @@ const KiB: u32 = 1024;
const MiB: u32 = 1024 * KiB;
const KERNEL_BASE: &str = "https://github.com/rustkrazy/kernel/raw/master/";
-const FIRMWARE_BASE: &str = "https://github.com/gokrazy/firmware/raw/main/";
+const FIRMWARE_BASE: &str = "https://github.com/rustkrazy/firmware/raw/master/";
#[derive(Debug, Parser)]
#[command(author = "The Rustkrazy Authors", version = "v0.1.0", about = "Generate a rustkrazy image.", long_about = None)]