From 95bc3e8fc7966cfa14ea7e45ae5cfb6c11a19267 Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Mon, 13 May 2024 09:10:55 +0100 Subject: [PATCH] fix: update settings.yml to point to treefmt instead of treefmt-go Signed-off-by: Brian McGee --- .github/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index bbd1683..ebf68a5 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -2,13 +2,13 @@ repository: # See https://developer.github.com/v3/repos/#edit for all available settings. # The name of the repository. Changing this will rename the repository - name: treefmt-go + name: treefmt # A short description of the repository that will show up on GitHub description: one CLI to format your repo # A URL with more information about the repository - homepage: "https://numtide.github.io/treefmt-go/" + homepage: "https://numtide.github.io/treefmt/" # A comma-separated list of topics to set on the repository topics: "cli, formatter, unifies"