diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-09-19 23:46:47 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-09-19 23:46:47 +0100 |
commit | 8d70eb9471fcbbb23bf531d59e844c5557e20213 (patch) | |
tree | 4cbd54e02b62d1829c291f62a565759c7896b926 | |
parent | 92e8596b78982885803994b50c6b35f73f7a403e (diff) | |
download | lustre-8d70eb9471fcbbb23bf531d59e844c5557e20213.tar.gz lustre-8d70eb9471fcbbb23bf531d59e844c5557e20213.zip |
:wrench: Add links to gleam.toml to show in generated docs.
-rw-r--r-- | gleam.toml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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" |