still learning

This commit is contained in:
Santiago Lema 2025-05-06 23:26:01 -03:00
parent e2cc208ee4
commit 6fb8e69244
5 changed files with 170 additions and 72 deletions

View file

@ -38,7 +38,7 @@ App::AboutRequested()
about->AddDescription(B_TRANSLATE("about_body"));
about->AddCopyright(2024, "Santiago Lema");
about->AddText("e-mail me at haiku@lema.org");
about->AddText("or ping me on the fediverse on @santiago@masto.lema.org");
about->AddText("or ping me on the fediverse on @santi@go.lema.org");
about->Show();
}