From ce5c3bbbd7f4ed811f9bbaadce05165fe483c4f6 Mon Sep 17 00:00:00 2001 From: Jonathan Arnett Date: Mon, 24 Jan 2022 23:21:23 -0500 Subject: Fix user for repository metadata --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- cgit v1.2.3