From 27c34af2aa8711095420d3c077e72c59d8a6af1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Wed, 11 Nov 2020 21:54:54 +0100 Subject: [PATCH] Update authors. --- src/proxy/proxypython.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxy/proxypython.cpp b/src/proxy/proxypython.cpp index 39b2813..da98fa2 100644 --- a/src/proxy/proxypython.cpp +++ b/src/proxy/proxypython.cpp @@ -204,7 +204,7 @@ QString ProxyPython::localizedName() const QString ProxyPython::author() const { - return "Tannin & Holt59"; + return "AnyOldName3, Holt59, Silarn, Tannin"; } QString ProxyPython::description() const