Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/spec/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ <h1 id="hero-title">Rsnap</h1>
>
Download for macOS
</a>
<a class="button button-secondary" href="https://x.com/YvetteCipher" rel="noreferrer">
Follow Yvette on X
<a class="button button-secondary" href="https://x.com/hackink" rel="noreferrer">
Follow @hackink on X
</a>
</div>
</div>
Expand Down Expand Up @@ -125,7 +125,7 @@ <h2 id="details-title">Native where timing and pixels matter.</h2>
<div>
<h2 id="creator-title">Support the work without turning Rsnap into paid software.</h2>
<p>
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.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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)
Expand Down
Loading