From 3f4443d70313a13b1d7e2fc58a2822f7713bed6d Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Sun, 26 Mar 2023 20:17:39 +0200 Subject: [PATCH] Update copyright --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 2dce1fa..b346887 100644 --- a/src/main.py +++ b/src/main.py @@ -122,7 +122,7 @@ class CartridgesApplication(Adw.Application): "Bananaman https://github.com/Bananaman", ], designers=["kramo https://kramo.hu"], - copyright="© 2022-2023 kramo and contributors", + copyright="© 2022-2023 kramo", license_type=Gtk.License.GPL_3_0, issue_url="https://github.com/kra-mo/cartridges/issues/new", website="https://github.com/kra-mo/cartridges",