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