From 1156ab1b314b9b69e16fdc5fc9ff6eb3861b4588 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 2 Aug 2026 09:27:03 -0500 Subject: Update SonarCloud project id, contact emails, and bump to 3.8.5 (93) - Point README badges and ROADMAP query at the krazywarez_hutch SonarCloud project - Change user-facing contact emails to root@krz.sh (README, SECURITY, About screen) - Bump MARKETING_VERSION to 3.8.5 and CURRENT_PROJECT_VERSION to 93 --- Hutch/Views/More/AboutView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hutch/Views') diff --git a/Hutch/Views/More/AboutView.swift b/Hutch/Views/More/AboutView.swift index cc820f0..97ba9f6 100644 --- a/Hutch/Views/More/AboutView.swift +++ b/Hutch/Views/More/AboutView.swift @@ -66,7 +66,7 @@ struct AboutView: View { } Section("Support") { - Link(destination: URL(string: "mailto:hello@cleberg.net")!) { + Link(destination: URL(string: "mailto:root@krz.sh")!) { SwiftUI.Label("Email Support", systemImage: "envelope") } .themedRow() -- cgit v1.2.3