aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gleam.toml7
1 files 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"