add Ratten to the special contributors who are not found in git and messages.po files

This commit is contained in:
Tobias Diekershoff 2017-11-26 10:58:15 +01:00
parent 068d3dc746
commit d459a825ae
1 changed files with 1 additions and 1 deletions

View File

@ -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]) path = os.path.abspath(argv[0].split('util/make_credits.py')[0])
print('> base directory is assumed to be: '+path) print('> base directory is assumed to be: '+path)
# a place to store contributors # a place to store contributors
contributors = ["Andi Stadler", "Vít Šesták 'v6ak'"] contributors = ["Andi Stadler", "Ratten", "Vít Šesták 'v6ak'"]
# get the contributors # get the contributors
print('> getting contributors to the friendica core repository') print('> getting contributors to the friendica core repository')
p = subprocess.Popen(['git', 'shortlog', '--no-merges', '-s'], p = subprocess.Popen(['git', 'shortlog', '--no-merges', '-s'],