diff --git a/App.cpp b/App.cpp index 76716d2..4dacdb2 100644 --- a/App.cpp +++ b/App.cpp @@ -37,7 +37,7 @@ void App::AboutRequested() { about->AddDescription(B_TRANSLATE("about_body")); about->AddCopyright(2025, "Santiago Lema"); about->AddText("e-mail me at haiku@lema.org"); - about->AddText("or find me on the fediverse as\n@santi@go.lema.org"); + about->AddText("or find me on the fediverse as\n@santi@gone.lema.org"); about->Show(); }