From 308244d90189ff087f3643b943377ae39426f5a5 Mon Sep 17 00:00:00 2001 From: Martin Delille Date: Tue, 29 Oct 2019 19:12:29 +0100 Subject: [PATCH] Change email (#287) I didn't noticed you mention me in the *About...* section. Thank you for that even if it is an oversized thank you for the contributions made! : sweat_smile: I just update it to my personal address. --- src/dialogs/about.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs/about.cpp b/src/dialogs/about.cpp index 78fdfef1..a6d0006b 100644 --- a/src/dialogs/about.cpp +++ b/src/dialogs/about.cpp @@ -46,7 +46,7 @@ About::About(QWidget *parent):QDialog(parent) { strawberry_contributors_ \ << Person("Gavin D. Howard", "yzena.tech@gmail.com") - << Person("Martin Delille", "martin@lylo.tv"); + << Person("Martin Delille", "martin@delille.org"); strawberry_thanks_ \ << Person("Robert-André Mauchin", "eclipseo@fedoraproject.org")