diff options
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" }, |