commit 5f527720cf2ae4c7aef1cfdcf4244dbceb54a5bc parent e51395132e88ef7efecf7637f76432032586ff89 Author: ThomasV <thomasv@electrum.org> Date: Sat, 30 May 2020 20:38:47 +0200 kivy: update devs list Diffstat:
M | electrum/gui/kivy/uix/ui_screens/about.kv | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/electrum/gui/kivy/uix/ui_screens/about.kv b/electrum/gui/kivy/uix/ui_screens/about.kv @@ -35,7 +35,7 @@ Popup: text: _('Developers') size_hint_x: 0.4 TopLabel: - text: '\n'.join(['Thomas Voegtlin', 'Neil Booth', 'Akshay Arora']) + text: '\n'.join(['Thomas Voegtlin', 'SomberNight']) size_hint_x: 0.6 TopLabel: text: _('Distributed by Electrum Technologies GmbH')