diff options
Diffstat (limited to 'src/main.go')
| -rw-r--r-- | src/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.go b/src/main.go index 76f5af7..a13ffef 100644 --- a/src/main.go +++ b/src/main.go @@ -341,9 +341,9 @@ func (app *App) onAboutClicked() { dialog.SetTransientFor(app.window) dialog.SetProgramName(appTitle) dialog.SetVersion(appVersion) - dialog.SetComments("A color picker with screen color grabbing support") - dialog.SetAuthors([]string{"kjagave 2025", "Based on gcolor2 by Ned Haughton"}) - dialog.SetLicense("GPL-2.0") + dialog.SetComments("a color picker inspired by agave, but only with the features kj_sh604 actually used") + dialog.SetAuthors([]string{"kjagave 2025", "kj_sh604"}) + dialog.SetLicense("0BSD") dialog.Run() dialog.Destroy() } |
