aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorJonathan Arnett <jonarnett90@gmail.com>2022-01-24 23:21:23 -0500
committerLouis Pilfold <louis@lpil.uk>2022-01-25 12:10:23 +0000
commitce5c3bbbd7f4ed811f9bbaadce05165fe483c4f6 (patch)
tree421a342ac221452c1e75f8f8b89af902db11e317 /gleam.toml
parent5ca6673e98d0b6f80b50b5d9ba311bf08cbe1860 (diff)
downloadgleam_json-ce5c3bbbd7f4ed811f9bbaadce05165fe483c4f6.tar.gz
gleam_json-ce5c3bbbd7f4ed811f9bbaadce05165fe483c4f6.zip
Fix user for repository metadata
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index 4645792..3642e3a 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -3,7 +3,7 @@ version = "0.3.0"
licences = ["Apache-2.0"]
description = "Work with JSON in Gleam"
-repository = { type = "github", user = "gleam", repo = "json" }
+repository = { type = "github", user = "gleam-lang", repo = "json" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },