From fff24356b3de9a896f5b9279cad1c84c40213e53 Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Tue, 26 Mar 2024 22:55:06 +0530 Subject: [PATCH] update gleam.toml to point to primary repo --- gleam.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gleam.toml b/gleam.toml index 30992a9..b42723e 100644 --- a/gleam.toml +++ b/gleam.toml @@ -3,8 +3,7 @@ version = "0.0.4" description = "WIP mbox parser in Gleam" licences = ["LGPL-3.0-only"] -repository = { type = "github", user = "bhankas", repo = "gleambox" } -# links = [{ title = "Website", href = "https://gleam.run" }] +repository = { type = "forgejo", host = "git.bhankas.org", user = "payas", repo = "gleambox" } [dependencies] gleam_stdlib = "~> 0.36"