diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 12:30:53 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 12:30:53 +0200 |
| commit | a22939d28ce7472acfd3a2c06643428c2b28fc87 (patch) | |
| tree | 16059a9acaa7b955d73b7e392b70193ed80b5f4b /gui/internal | |
| parent | bddbd74e4a73e8e32bcf648efd1cac5655f6d0cd (diff) | |
| download | krino-a22939d28ce7472acfd3a2c06643428c2b28fc87.tar.gz krino-a22939d28ce7472acfd3a2c06643428c2b28fc87.zip | |
the contact address is lukas@labunix.xyz
The same address the commits are authored from, rather than a second
one to keep working.
Diffstat (limited to 'gui/internal')
| -rw-r--r-- | gui/internal/model/about.go | 2 | ||||
| -rw-r--r-- | gui/internal/model/about_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/internal/model/about.go b/gui/internal/model/about.go index e92a0f4..ca57bba 100644 --- a/gui/internal/model/about.go +++ b/gui/internal/model/about.go @@ -7,7 +7,7 @@ package model // public one to name. const ( Author = "Lukasz Kasprzak" - Contact = "contact@labunix.xyz" + Contact = "lukas@labunix.xyz" Licence = "GPL-3.0-or-later" ) diff --git a/gui/internal/model/about_test.go b/gui/internal/model/about_test.go index 00a6718..122152b 100644 --- a/gui/internal/model/about_test.go +++ b/gui/internal/model/about_test.go @@ -22,7 +22,7 @@ func TestAboutSaysWhatItIs(t *testing.T) { "0.0.12", "GPL-3.0-or-later", "Lukasz Kasprzak", - "contact@labunix.xyz", + "lukas@labunix.xyz", } { if !strings.Contains(whole, want) { t.Errorf("About does not mention %q:\n%s", want, whole) |
