krz/hutch
an ios client for sourcehut
clone: git clone https://gitbay.org/krz/hutch.git
8bbed38fa7e868e9a35587ca43cab68450d003e8
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2026-08-02T06:51:21Z
Hutch/Views/More/AboutView.swift | 2 +- README.md | 8 ++++---- ROADMAP.md | 2 +- Shared/HutchDeepLinkURLs.swift | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) @@ -78,7 +78,7 @@ struct AboutView: View { .foregroundStyle(.secondary) .themedRow() - Link(destination: URL(string: "https://zerolabs.sh/hutch/privacy-policy/")!) { + Link(destination: URL(string: "https://krz.sh/hutch/privacy-policy/")!) { SwiftUI.Label("Privacy Policy", systemImage: "hand.raised") } .themedRow() @@ -2,10 +2,10 @@ iOS client for SourceHut. [](https://builds.sr.ht/~ccleberg/Hutch?) -[](https://sonarcloud.io/summary/new_code?id=zerolabsco_hutch) -[](https://sonarcloud.io/summary/new_code?id=zerolabsco_hutch) +[](https://sonarcloud.io/summary/new_code?id=krz_hutch) +[](https://sonarcloud.io/summary/new_code?id=krz_hutch) -[](https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299) +[](https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299) ## Overview @@ -84,7 +84,7 @@ Typical workflow: Contributions are welcome. Keep changes scoped, include tests when behavior changes, and open a pull request with a clear summary of the user-facing impact. -Hutch is hosted on both [GitHub](https://github.com/zerolabsco/hutch) and [sourcehut](https://sr.ht/~ccleberg/Hutch), which are kept in sync. Report issues or send patches on whichever you prefer — GitHub issues and pull requests, or the [todo.sr.ht tracker](https://todo.sr.ht/~ccleberg/hutch) and [`git send-email`](https://git-send-email.io/). +Hutch is hosted on both [GitHub](https://github.com/krazywarez/hutch) and [sourcehut](https://sr.ht/~ccleberg/Hutch), which are kept in sync. Report issues or send patches on whichever you prefer — GitHub issues and pull requests, or the [todo.sr.ht tracker](https://todo.sr.ht/~ccleberg/hutch) and [`git send-email`](https://git-send-email.io/). ## Security @@ -266,7 +266,7 @@ The 3 hotspots are the part actually worth thought: then annotate. Query it with: -`https://sonarcloud.io/api/issues/search?componentKeys=zerolabsco_hutch&resolved=false` +`https://sonarcloud.io/api/issues/search?componentKeys=krz_hutch&resolved=false` This was scoped as a patch on the assumption nothing executes differently — and that mostly held: the cosmetic fixes are comments, a merge, and a rename. The one @@ -24,5 +24,5 @@ enum HutchDeepLinkURL { /// Default Hutch Stats API base URL (mirrors `AppConfiguration` fallback). enum HutchStatsAPI { - static let defaultBaseURL = URL(string: "https://hutch-stats.zerolabs.sh")! + static let defaultBaseURL = URL(string: "https://hutch-stats.krz.sh")! }