From 74912a3b2483e5355328b0212dffdb7d213bff52 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 12 Nov 2016 12:49:31 +0100 Subject: [PATCH] double contributor name filtered out for the credits generator --- util/make_credits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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