diff options
author | Jonathan Arnett <jonarnett90@gmail.com> | 2022-01-24 23:21:23 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-25 12:10:23 +0000 |
commit | ce5c3bbbd7f4ed811f9bbaadce05165fe483c4f6 (patch) | |
tree | 421a342ac221452c1e75f8f8b89af902db11e317 | |
parent | 5ca6673e98d0b6f80b50b5d9ba311bf08cbe1860 (diff) | |
download | gleam_json-ce5c3bbbd7f4ed811f9bbaadce05165fe483c4f6.tar.gz gleam_json-ce5c3bbbd7f4ed811f9bbaadce05165fe483c4f6.zip |
Fix user for repository metadata
-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" }, |