update gleam.toml to point to primary repo

This commit is contained in:
Payas Relekar 2024-03-26 22:55:06 +05:30
parent 62e3c8fd7b
commit fff24356b3

View file

@ -3,8 +3,7 @@ version = "0.0.4"
description = "WIP mbox parser in Gleam" description = "WIP mbox parser in Gleam"
licences = ["LGPL-3.0-only"] licences = ["LGPL-3.0-only"]
repository = { type = "github", user = "bhankas", repo = "gleambox" } repository = { type = "forgejo", host = "git.bhankas.org", user = "payas", repo = "gleambox" }
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies] [dependencies]
gleam_stdlib = "~> 0.36" gleam_stdlib = "~> 0.36"