From afa14937997ce093f69aa219c4bc63e1afdfc698 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 17 Nov 2022 23:21:43 +0100 Subject: [PATCH] Also add kitsune in the credits Signed-off-by: Carl Schwan --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 8a52d7841..e26d73620 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -154,6 +154,7 @@ int main(int argc, char *argv[]) about.addAuthor(i18n("Tobias Fella"), i18n("Maintainer"), QStringLiteral("fella@posteo.de")); about.addAuthor(i18n("James Graham"), i18n("Maintainer"), QStringLiteral("james.h.graham@protonmail.com")); about.addCredit(i18n("Black Hat"), i18n("Original author of Spectral"), QStringLiteral("bhat@encom.eu.org")); + about.addCredit(i18n(" Alexey Rusakov "), i18n("Maintainer of Quotient"), QStringLiteral("Kitsune-Ral@users.sf.net")); about.setOrganizationDomain("kde.org"); about.addComponent(QStringLiteral("libQuotient"),