about: add Ken Sanislo to Additional Programming credits

This commit is contained in:
Ken Sanislo 2026-05-13 15:18:30 -07:00 committed by Peter F. Patel-Schneider
parent 3df2a30f30
commit 53e379fd24
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class AboutModel:
def get_credit_sections(self) -> List[Tuple[str, List[str]]]:
return [
(_("Additional Programming"), ["Filipe Laíns", "Peter F. Patel-Schneider"]),
(_("Additional Programming"), ["Filipe Laíns", "Peter F. Patel-Schneider", "Ken Sanislo"]),
(_("GUI design"), ["Julien Gascard", "Daniel Pavel"]),
(
_("Testing"),