From d05f943262f0f51f56d7f13050d6dedd6ab14e43 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Thu, 19 Mar 2026 01:33:48 -0700 Subject: [PATCH] Add Wally homepage key Add the homepage to the Wally package manifest file linking to docs site --- wally.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wally.toml b/wally.toml index b1334bd..0210a93 100644 --- a/wally.toml +++ b/wally.toml @@ -5,6 +5,7 @@ license = "MPL2" version = "3.4.0" registry = "https://github.com/UpliftGames/wally-index" realm = "shared" +homepage = "https://1foreverhd.github.io/TopbarPlus" exclude = [ "**", ] @@ -16,4 +17,4 @@ include = [ "wally.toml", ] -[dependencies] \ No newline at end of file +[dependencies]