From 2f869a91ea854b9c6cf2940afdc6f12a9fcb1ec1 Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:36:47 +0100 Subject: [PATCH] Add Bananaman to credits --- src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.py b/src/main.py index 553a7b4..7d53b22 100644 --- a/src/main.py +++ b/src/main.py @@ -119,6 +119,7 @@ class CartridgesApplication(Adw.Application): developers=[ "kramo https://kramo.hu", "Paweł Lidwin https://github.com/imLinguin", + "Bananaman https://github.com/Bananaman", ], designers=["kramo https://kramo.hu"], copyright="© 2022-2023 kramo",