fixed fediverse link

This commit is contained in:
Santiago Lema 2025-09-28 18:50:10 -03:00
parent 4d53b120c1
commit 1d5eace40a

View file

@ -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();
}