# HG changeset patch # User Thomas De Schampheleire # Date 2019-08-25 21:15:39 # Node ID ed76a0466677b88abd3e75c5a5ff16823d47212a # Parent a95c091ff15ed1322ab8ad18ad3416b877796fe2 contributors: fix existing email-less entry of 'mikespook' Commit 17bef51d7616 was committed as 'mikespook' without any email address. This name was thus reflected without email in the CONTRIBUTORS file. In the i18n copyright data, a 'mikespook' _with_ email address was referenced. Assuming these two refer to the same person, add a 'name fix' to combine them. diff --git a/CONTRIBUTORS b/CONTRIBUTORS --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -128,7 +128,6 @@ List of contributors to Kallithea projec H Waldo G 2012 hppj 2012 Indra Talip 2012 - mikespook 2012 mikespook 2012 nansenat16 2012 Nemcio 2012 diff --git a/scripts/contributor_data.py b/scripts/contributor_data.py --- a/scripts/contributor_data.py +++ b/scripts/contributor_data.py @@ -30,6 +30,7 @@ name_fixes['Lukasz Balcerzak'] = "Łukasz Balcerzak " name_fixes['mao '] = "Ching-Chen Mao " name_fixes['marcink'] = "Marcin Kuźmiński " name_fixes['Marcin Kuzminski'] = "Marcin Kuźmiński " +name_fixes['mikespook'] = "mikespook " name_fixes['nansenat16@null.tw'] = "nansenat16 " name_fixes['Peter Vitt'] = "Peter Vitt " name_fixes['philip.j@hostdime.com'] = "Philip Jameson " @@ -72,7 +73,6 @@ other = [ # kallithea/i18n/*/LC_MESSAGES/kallithea.po and originating from before the # use of Weblate. ('2012', 'Augusto Herrmann '), - ('2012', 'mikespook '), ('2012', 'Nemcio '), ('2012', 'Nemcio '), ('2012', 'xpol '),