Philipp Hörist pushed to branch gtk4 at gajim / gajim


Commits:
ab1e4611 by Philipp Hörist at 2024-11-16T19:57:29+01:00
refactor: About: Rename credits categories

- - - - -


2 changed files:

- gajim/common/const.py
- gajim/gtk/about.py


Changes:

=====================================
gajim/common/const.py
=====================================
@@ -493,15 +493,16 @@ class Draft:
 ]
 
 
-DEVS_CURRENT = [
-    'Yann Leboulanger (asterix AT lagaule.org)',
+MAINTAINERS = [
     'Philipp Hörist (philipp AT hoerist.com)',
     'Daniel Brötzmann (wurstsalat AT posteo.de)',
-    'André Apitzsch',
 ]
 
 
-DEVS_PAST = [
+DEVELOPERS = [
+    'Marc Henning',
+    'André Apitzsch',
+    'Yann Leboulanger (asterix AT lagaule.org)',
     'Stefan Bethge (stefan AT lanpartei.de)',
     'Alexander Cherniuk (ts33kr AT gmail.com)',
     'Stephan Erb (steve-e AT h3c.de)',


=====================================
gajim/gtk/about.py
=====================================
@@ -10,8 +10,8 @@
 
 from gajim.common import app
 from gajim.common.const import ARTISTS
-from gajim.common.const import DEVS_CURRENT
-from gajim.common.const import DEVS_PAST
+from gajim.common.const import DEVELOPERS
+from gajim.common.const import MAINTAINERS
 from gajim.common.const import THANKS
 from gajim.common.i18n import _
 from gajim.common.util.app import get_extended_app_version
@@ -50,8 +50,8 @@ def __init__(self):
 
         self.set_comments("\n".join(comments))
 
-        self.add_credit_section(_("Current Developers"), DEVS_CURRENT)
-        self.add_credit_section(_("Past Developers"), DEVS_PAST)
+        self.add_credit_section(_("Maintainers"), MAINTAINERS)
+        self.add_credit_section(_("Developers"), DEVELOPERS)
         self.add_credit_section(_("Artists"), ARTISTS)
 
         thanks = list(THANKS)



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/ab1e46119a4f45ed5e26ad4c291778ae7e67b430

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/ab1e46119a4f45ed5e26ad4c291778ae7e67b430
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to