From 354e4c46a4d346b21006addc24dbec96e52687e0 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sun, 27 Oct 2024 15:03:31 +0000 Subject: [PATCH] Fix bundled about --- internal/ui/about_bundled.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), }