updateing chredits and CHANGELOG

This commit is contained in:
Tobias Diekershoff 2016-09-25 17:17:08 +02:00
parent 2ecf2723c8
commit ca55b048ac
3 changed files with 13 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])
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'],