Skip to content

Commit

Permalink
fix: sort alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Jul 23, 2024
1 parent 4ad3d9d commit d745730
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/about.vala
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,20 @@ namespace Cassette {
about.add_link (_("Financial support (Tinkoff)"), TINKOFF_SUPPORT_LINK);
about.add_link (_("Financial support (Boosty)"), BOOSTY_SUPPORT_LINK);

// Please keep alphabetical
about.add_acknowledgement_section (_("Sponsors"), {
"Alex Gluck",
"Amper Shiz",
"AveryanAlex",
"belovmv",
"dant4ick",
"Dmitry M.",
"Do6pblu_Jyk",
"eugene_t",
"Fiersik",
"Fissium",
"gen1s",
"Ivan A.",
"IQQator",
"katze_942",
"khaustovdn",
Expand All @@ -90,16 +95,12 @@ namespace Cassette {
"Roman Aysin",
"Semen Fomchenkov",
"Sergey P.",
"Shakhrutdin Z.",
"Spp595",
"Toxblh",
"Vasily Biryukov",
"werlock",
"Zellrus",
"Alex Gluck",
"AveryanAlex",
"Dmitry M.",
"Shakhrutdin Z.",
"Ivan A.",
});

return about;
Expand Down

0 comments on commit d745730

Please sign in to comment.