From f47ce032d3784f6234cadc4657915b329401578e Mon Sep 17 00:00:00 2001 From: Micah Date: Fri, 15 Nov 2024 18:13:38 -0800 Subject: [PATCH] Update README to include new fields --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b77fffa..e71128c 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,15 @@ realm = "shared" # keep internal code private and isolated. registry = "https://github.com/upliftgames/wally-index" +# Wally will display this link on the package's page on wally.run. +# A value should only be set if there is a dedicated website for +# the package other than the source repository. +homepage = "https://eryn.io/roblox-lua-promise/" + +# Wally will display this link on package's page on wally.run. +# The repository field should be a URL to the source repository for a package. +repository = "https://github.com/evaera/roblox-lua-promise" + # You can also specify files to include or exclude from the package # By default gitignore files are respected and Wally won't include hidden # files/directories or packages downloaded by Wally.