# HG changeset patch # User Thomas De Schampheleire <[email protected]> # Date 1552681488 -3600 # Fri Mar 15 21:24:48 2019 +0100 # Node ID 654d65920609cb9fca27a739df4d170330beb728 # Parent d4be2534aa71bd7b54badeae3b281c5f56316570 scripts/contributor_data: add to-ignore entry for 'Hosted Weblate'
We don't want to attribute copyright to 'Hosted Weblate' (automatic translation file updates that accidentally sneaked in). diff --git a/scripts/contributor_data.py b/scripts/contributor_data.py --- a/scripts/contributor_data.py +++ b/scripts/contributor_data.py @@ -35,6 +35,7 @@ name_fixes['Peter Vitt'] = "Peter Vitt < name_fixes['[email protected]'] = "Philip Jameson <[email protected]>" name_fixes['Søren Løvborg'] = "Søren Løvborg <[email protected]>" name_fixes['Thomas De Schampheleire'] = "Thomas De Schampheleire <[email protected]>" +name_fixes['Hosted Weblate'] = "<>" name_fixes['Weblate'] = "<>" name_fixes['xpol'] = "xpol <[email protected]>" name_fixes['Lars <[email protected]>'] = "Lars Kruse <[email protected]>" _______________________________________________ kallithea-general mailing list [email protected] https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
