diff --git a/docs/spec/settings.md b/docs/spec/settings.md index 00430bf..1c6c65c 100644 --- a/docs/spec/settings.md +++ b/docs/spec/settings.md @@ -133,9 +133,9 @@ Defines: - The About section must identify Yvette Cipher as the creator and describe Rsnap as an open-source macOS capture tool. - The About section must include external links to `https://github.com/hack-ink/rsnap` and - `https://x.com/YvetteCipher`. -- The creator link may encourage following for ongoing Rsnap updates and may state that follows - help support future work through X creator rewards. + `https://x.com/hackink`. +- The X link may encourage following for ongoing Rsnap updates and may state that follows + help support future work. - Release builds must use Sparkle's standard updater UI and appcast format for macOS self-updates. GitHub Releases remains the distribution surface, but the Sparkle appcast at `https://github.com/hack-ink/rsnap/releases/latest/download/appcast.xml` is the update-version diff --git a/index.html b/index.html index 104b9f8..52094dd 100644 --- a/index.html +++ b/index.html @@ -48,8 +48,8 @@

Rsnap

> Download for macOS - - Follow Yvette on X + + Follow @hackink on X @@ -125,7 +125,7 @@

Native where timing and pixels matter.

Support the work without turning Rsnap into paid software.

- Yvette shares progress, design notes, and release updates on X. Attention there helps + The @hackink account shares progress, design notes, and release updates on X. Attention there helps fund continued work while keeping Rsnap free for people who need a sharper capture tool.

diff --git a/native/macos-host/Sources/RsnapNativeHostKit/NativeHostSettingsView.swift b/native/macos-host/Sources/RsnapNativeHostKit/NativeHostSettingsView.swift index 7f75727..3ad1f63 100644 --- a/native/macos-host/Sources/RsnapNativeHostKit/NativeHostSettingsView.swift +++ b/native/macos-host/Sources/RsnapNativeHostKit/NativeHostSettingsView.swift @@ -177,7 +177,7 @@ private enum NativeHostSettingsSection: String, CaseIterable, Identifiable { private enum NativeHostAboutLinks { static let source = "https://github.com/hack-ink/rsnap" - static let creator = "https://x.com/YvetteCipher" + static let creator = "https://x.com/hackink" } private enum SettingsControlLayout { @@ -2480,7 +2480,7 @@ private struct AboutIntroBlock: View { .help(NativeHostAboutLinks.creator) } Text( - "Rsnap is an open-source macOS capture tool. I keep sharing progress, design notes, and release updates on X; following helps support future work through X creator rewards." + "Rsnap is an open-source macOS capture tool. Follow @hackink on X for progress, design notes, and release updates; attention there helps support future work." ) .font(.system(size: 10.8, weight: .medium)) .foregroundStyle(.secondary)