aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-09-19 23:46:47 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-09-19 23:46:47 +0100
commit8d70eb9471fcbbb23bf531d59e844c5557e20213 (patch)
tree4cbd54e02b62d1829c291f62a565759c7896b926
parent92e8596b78982885803994b50c6b35f73f7a403e (diff)
downloadlustre-8d70eb9471fcbbb23bf531d59e844c5557e20213.tar.gz
lustre-8d70eb9471fcbbb23bf531d59e844c5557e20213.zip
:wrench: Add links to gleam.toml to show in generated docs.
-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"