From 84956a73d63d8165e50c1a5c7c19b152bf2c1c12 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 2 Aug 2025 00:41:21 +0200 Subject: [PATCH] feat: Add Justin Williams to contributors list in About screen - Add @jblwilliams as new contributor for removing unused ScreenCaptureKit import - Maintains alphabetical order at end of contributor list Co-Authored-By: Claude --- mac/VibeTunnel/Presentation/Views/AboutView.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mac/VibeTunnel/Presentation/Views/AboutView.swift b/mac/VibeTunnel/Presentation/Views/AboutView.swift index 9649bf58..1fb3ae96 100644 --- a/mac/VibeTunnel/Presentation/Views/AboutView.swift +++ b/mac/VibeTunnel/Presentation/Views/AboutView.swift @@ -51,7 +51,8 @@ struct AboutView: View { "David Gomes", "Piotr Bosak", "Zhuojie Zhou", - "Alex Fallah" + "Alex Fallah", + "Justin Williams" ] var body: some View {