From 8997e417b306ab2726eac6a6a347754534dc3e19 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sun, 19 Oct 2025 22:16:43 -0700 Subject: [PATCH] update cargo.toml homepage to https://sprout.edera.dev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e652b3..8004133 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "edera-sprout" description = "Modern UEFI bootloader" license = "Apache-2.0" version = "0.0.3" -homepage = "https://github.com/edera-dev/sprout" +homepage = "https://sprout.edera.dev" repository = "https://github.com/edera-dev/sprout" edition = "2024"