From 5f527720cf2ae4c7aef1cfdcf4244dbceb54a5bc Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 30 May 2020 20:38:47 +0200 Subject: [PATCH] kivy: update devs list --- 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 index e542b557e..4576a98c9 100644 --- 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')