diff options
| author | Christian Cleberg <[email protected]> | 2026-03-18 19:48:20 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-18 19:48:20 -0500 |
| commit | 59bf57bc90c5c9c009443ee4444c5e5253047dbe (patch) | |
| tree | a89e1458560e5045e31f787d4147ee4e9e12c391 | |
| parent | 62901478651a60663eb5088de141051c1cb40060 (diff) | |
| download | hutch-59bf57bc90c5c9c009443ee4444c5e5253047dbe.tar.gz hutch-59bf57bc90c5c9c009443ee4444c5e5253047dbe.tar.bz2 hutch-59bf57bc90c5c9c009443ee4444c5e5253047dbe.zip | |
fix Hutch link from git.sr.ht to sr.ht
| -rw-r--r-- | Hutch/Views/Settings/SettingsView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/Settings/SettingsView.swift b/Hutch/Views/Settings/SettingsView.swift index 5bbded8..802e12d 100644 --- a/Hutch/Views/Settings/SettingsView.swift +++ b/Hutch/Views/Settings/SettingsView.swift @@ -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") } } |
