From f0e73462ec23872a5f793ce818b7a602021d9eb1 Mon Sep 17 00:00:00 2001 From: Dustin Stiles Date: Tue, 30 Jul 2024 09:06:23 -0400 Subject: [PATCH] chore(project): rename "git" => "Repository" --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index e83447f..1703f37 100644 --- a/gleam.toml +++ b/gleam.toml @@ -7,7 +7,7 @@ version = "0.0.3" description = "configurable logger for gleam" licences = ["MIT"] # repository = { type = "github", user = "", repo = "" } -links = [{ title = "Git", href = "https://gitea.attum.co/wqtt/pine.git" }] +links = [{ title = "Repository", 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/.