From b30957b0c0b62795f1b2fb0c85ade32f334d35d9 Mon Sep 17 00:00:00 2001 From: wqtt Date: Tue, 30 Jul 2024 00:43:11 -0400 Subject: [PATCH] chore(docs): link git repo --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index 5b70450..5f944ed 100644 --- a/gleam.toml +++ b/gleam.toml @@ -7,7 +7,7 @@ version = "0.0.2" description = "configurable logger for gleam" licences = ["MIT"] # repository = { type = "github", user = "", repo = "" } -# links = [{ title = "Website", href = "" }] +links = [{ title = "Git", href = "https://gitea.attum.co/wqtt/pine.git" }] # # For a full reference of all the available options, you can have a look at # https://gleam.run/writing-gleam/gleam-toml/.