krz/hutch
an ios client for sourcehut
clone: git clone https://gitbay.org/krz/hutch.git
59bf57bc90c5c9c009443ee4444c5e5253047dbe
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-03-19T00:48:20Z
Hutch/Views/Settings/SettingsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -695,7 +695,7 @@ private struct AboutView: View { Link(destination: URL(string: "https://man.sr.ht")!) { SwiftUI.Label("SourceHut Manuals", systemImage: "book") } - Link(destination: URL(string: "https://git.sr.ht/~ccleberg/Hutch")!) { + Link(destination: URL(string: "https://sr.ht/~ccleberg/Hutch")!) { SwiftUI.Label("Project Repository", systemImage: "folder") } }