From 22c8a7bf03d7128150011d1c88c939709a58f13f Mon Sep 17 00:00:00 2001 From: InSasquatchCountry <8946291+InSasquatchCountry@users.noreply.github.com> Date: Sat, 15 Aug 2026 16:19:38 -0500 Subject: [PATCH] Append self.contributors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 😎 Ya boi out here cooppin' some a'that street cred. Yerrr? https://www.youtube.com/watch?v=6RgWYTP7PKo&t=24s --- .../Sources/Keyty/Features/About/AboutWindowViewModel.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Apps/Keyty/Sources/Keyty/Features/About/AboutWindowViewModel.swift b/Apps/Keyty/Sources/Keyty/Features/About/AboutWindowViewModel.swift index 4ddf39f..6b2d3d9 100644 --- a/Apps/Keyty/Sources/Keyty/Features/About/AboutWindowViewModel.swift +++ b/Apps/Keyty/Sources/Keyty/Features/About/AboutWindowViewModel.swift @@ -65,6 +65,9 @@ final class AboutWindowViewModel: ObservableObject { ), ListItem( title: "Serhii Butenko" + ), + ListItem( + title: "James Haskin" ) ] )