From: Tobias Diekershoff Date: Sat, 12 Nov 2016 11:49:31 +0000 (+0100) Subject: double contributor name filtered out for the credits generator X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=74912a3b2483e5355328b0212dffdb7d213bff52;p=friendica.git double contributor name filtered out for the credits generator --- diff --git a/util/make_credits.py b/util/make_credits.py index e5ea52448e..917679d4a9 100755 --- a/util/make_credits.py +++ b/util/make_credits.py @@ -23,7 +23,7 @@ import os, glob, subprocess # not work in some cases. dontinclude = ['root', 'friendica', 'bavatar', 'tony baldwin', 'Taek', 'silke m', 'leberwurscht', 'abinoam', 'fabrixxm', 'FULL NAME', 'Hauke Zuehl', - 'Michal Supler', 'michal_s', 'Manuel Pérez', 'rabuzarus'] + 'Michal Supler', 'michal_s', 'Manuel Pérez', 'rabuzarus', 'Alberto Díaz'] # this script is in the /util sub-directory of the friendica installation