From 648325a6900128be563af8303b1a824e87d58895 Mon Sep 17 00:00:00 2001 From: Mikhail Yenuchenko Date: Tue, 4 Aug 2026 19:35:29 +0300 Subject: [PATCH] Point the About repository link at GitHub. The Settings About block now links to mixeme/gosentry instead of the private Gitea mirror. Co-authored-by: Cursor --- docs/CHANGELOG.md | 2 ++ src/ui/settings_view.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b2362a5..6ecfe09 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -55,6 +55,8 @@ dragged.** the rows above have to give but a dropdown — which paints its box out to the row's edge — does not, so the gap collapsed to about a pixel. The Theme row now keeps the same gap the checkbox rows have. +- The **About** repository link points at GitHub (`mixeme/gosentry`) instead of + the private Gitea mirror. **Documentation:** diff --git a/src/ui/settings_view.go b/src/ui/settings_view.go index 52f8110..f34cf86 100644 --- a/src/ui/settings_view.go +++ b/src/ui/settings_view.go @@ -12,7 +12,7 @@ import ( "fyne.io/fyne/v2/widget" ) -const projectRepositoryURL = "https://gitea.mixdep.ru/mix/gosentry" +const projectRepositoryURL = "https://github.com/mixeme/gosentry" // settingsCaptions lists every settingsRow caption in the tab, in no // particular order. settingsView measures this once with captionColumnWidth