Merge pull request #9171 from tobiasd/2020.09-rc
added Roger Meyer to the credits
This commit is contained in:
commit
1b2abecec4
|
@ -212,6 +212,7 @@ repat
|
|||
Ricardo Pereira
|
||||
Rik 4
|
||||
RJ Madsen
|
||||
Roger Meyer
|
||||
Roland Häder
|
||||
Rui Andrada
|
||||
rwa
|
||||
|
|
|
@ -34,7 +34,7 @@ dontinclude = ['root', 'friendica', 'bavatar', 'tony baldwin', 'Taek', 'silke m'
|
|||
path = os.path.abspath(argv[0].split('bin/dev/make_credits.py')[0])
|
||||
print('> base directory is assumed to be: '+path)
|
||||
# a place to store contributors
|
||||
contributors = ["Andi Stadler", "Ratten", "Vít Šesták 'v6ak'"]
|
||||
contributors = ["Andi Stadler", "Ratten", "Roger Meyer", "Vít Šesták 'v6ak'"]
|
||||
# get the contributors
|
||||
print('> getting contributors to the friendica core repository')
|
||||
p = subprocess.Popen(['git', 'shortlog', '--no-merges', '-s'],
|
||||
|
|
Loading…
Reference in a new issue