From a3b2778dcf3b765151bd478022babe1f99822438 Mon Sep 17 00:00:00 2001 From: Teakowa Date: Sun, 16 Aug 2026 19:40:07 +0800 Subject: [PATCH] fix: point Homebrew tap link at wrightkit/homebrew-tap The Open Source section linked the tap as https://github.com/wrightkit/tap, which 404s. The tap repository is wrightkit/homebrew-tap (brew tap wrightkit/tap resolves to it); the display name wrightkit/tap is unchanged. --- src/lib/site.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/site.ts b/src/lib/site.ts index 721188e..0f6af50 100644 --- a/src/lib/site.ts +++ b/src/lib/site.ts @@ -293,7 +293,7 @@ export const openSource = { }, { label: 'wrightkit/tap', - href: 'https://github.com/wrightkit/tap', + href: 'https://github.com/wrightkit/homebrew-tap', note: 'Homebrew tap for macOS' }, {