From 1d5eace40a9e5a9c57b1f751347e4fce93688f58 Mon Sep 17 00:00:00 2001 From: Santiago Lema Date: Sun, 28 Sep 2025 18:50:10 -0300 Subject: [PATCH] fixed fediverse link --- App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }