X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fmake_credits.py;h=917679d4a94c6557ae7650501e7e704f13ec0097;hb=86cae070f2a048e553c545caec54be72c1c14da5;hp=9575f10ffb645d67dc967f36c663e081ddb907a7;hpb=8fa64c43d6c3ae07759e06ab5d0bd32fd6935d94;p=friendica.git diff --git a/util/make_credits.py b/util/make_credits.py index 9575f10ffb..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 @@ -32,7 +32,7 @@ dontinclude = ['root', 'friendica', 'bavatar', 'tony baldwin', 'Taek', 'silke m' path = os.path.abspath(argv[0].split('util/make_credits.py')[0]) print('> base directory is assumed to be: '+path) # a place to store contributors -contributors = ['Andi Stadler'] +contributors = ["Andi Stadler", "Vít Šesták 'v6ak'"] # get the contributors print('> getting contributors to the friendica core repository') p = subprocess.Popen(['git', 'shortlog', '--no-merges', '-s'],