From ebec50d7012361c5541478f42103bc913aeece43 Mon Sep 17 00:00:00 2001 From: Hari Rana Date: Wed, 4 Oct 2023 19:57:41 -0400 Subject: [PATCH] Correct copyright holders --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 2570a45..3328a16 100644 --- a/src/main.py +++ b/src/main.py @@ -95,7 +95,7 @@ class WarehouseApplication(Adw.Application): version="1.1.0", developers=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu"], artists=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu", "eryn https://github.com/hericiumvevo"], - copyright='© 2023 The Files Authors', + copyright='© 2023 Heliguy', license_type=Gtk.License.GPL_3_0_ONLY, website='https://github.com/flattool/warehouse') about.present()