From 8d70eb9471fcbbb23bf531d59e844c5557e20213 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Tue, 19 Sep 2023 23:46:47 +0100 Subject: :wrench: Add links to gleam.toml to show in generated docs. --- gleam.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gleam.toml b/gleam.toml index f301d46..ccdf92a 100644 --- a/gleam.toml +++ b/gleam.toml @@ -3,8 +3,11 @@ version = "3.0.3" description = "An Elm-inspired framework for building web apps in Gleam!" licences = ["MIT"] -links = [{ title = "Buy me a coffee?", href = "https://github.com/sponsors/hayleigh-dot-dev" }] -repository = { type = "github", user = "hayleigh-dot-dev", repo = "lustre/lib" } +repository = { type = "github", user = "lustre-labs", repo = "lustre" } +links = [ + { title = "Website", href = "https://lustre.build" }, + { title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" }, +] [dependencies] gleam_stdlib = "~> 0.30" -- cgit v1.2.3