From f8c06a9e4d1763d9bf06617975b61c8b05ebf361 Mon Sep 17 00:00:00 2001 From: Arcitec <38923130+Arcitec@users.noreply.github.com> Date: Sat, 6 May 2023 07:41:42 +0200 Subject: [PATCH] Sort contributors alphabetically (#82) --- src/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.py b/src/main.py index 0b42baf..4bfb0e8 100644 --- a/src/main.py +++ b/src/main.py @@ -110,10 +110,10 @@ class CartridgesApplication(Adw.Application): version="1.4", developers=[ "kramo https://kramo.hu", - "Paweł Lidwin https://github.com/imLinguin", + "Arcitec https://github.com/Arcitec", "Domenico https://github.com/Domefemia", - "Bananaman https://github.com/Bananaman", "Geoffrey Coulaud https://geoffrey-coulaud.fr", + "Paweł Lidwin https://github.com/imLinguin", "Rafael Mardojai CM https://mardojai.com", ], designers=("kramo https://kramo.hu",),