diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | gui/internal/model/about.go | 2 | ||||
| -rw-r--r-- | gui/internal/model/about_test.go | 2 | ||||
| -rwxr-xr-x | scripts/leak-check | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -204,4 +204,4 @@ the machine that runs it. ## Licence GPL-3.0-or-later, in full in `LICENSE`. By Lukasz Kasprzak — -contact@labunix.xyz. +lukas@labunix.xyz. 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) diff --git a/scripts/leak-check b/scripts/leak-check index 1a27eec..50c0710 100755 --- a/scripts/leak-check +++ b/scripts/leak-check @@ -27,7 +27,7 @@ cd "$(git rev-parse --show-toplevel)" allow=$(git config --get krino.leakallow || true) # krino's own contact address, published on purpose in README and About. # Exempt from the address check only, so any clone's `make ci` is clean. -public='contact@labunix\.xyz' +public='lukas@labunix\.xyz' exempt= hits=0 |
