diff --git a/internal/ui/about_bundled.go b/internal/ui/about_bundled.go index 0e1add9a..6629295a 100644 --- a/internal/ui/about_bundled.go +++ b/internal/ui/about_bundled.go @@ -8,5 +8,5 @@ import "fyne.io/fyne/v2" var resourceAuthors = &fyne.StaticResource{ StaticName: "AUTHORS", StaticContent: []byte( - "Andy Williams \nStephen Houston \nJacob Alzén jacalz@tutanota.com>\nTai Groot \n"), + "Andy Williams \nStephen Houston \nJacob Alzén \nTai Groot \n"), }