aboutsummaryrefslogtreecommitdiff
path: root/src/gleam_stdlib.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'src/gleam_stdlib.app.src')
-rw-r--r--src/gleam_stdlib.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleam_stdlib.app.src b/src/gleam_stdlib.app.src
index bd42eca..b9b2449 100644
--- a/src/gleam_stdlib.app.src
+++ b/src/gleam_stdlib.app.src
@@ -6,5 +6,5 @@
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
- {links,[]},
+ {links, [{"GitHub", "https://github.com/gleam-lang/stdlib"}]},
{include_files, ["gleam.toml", "gen"]}]}.