mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
added Roger Meyer to the credits
This commit is contained in:
parent
fb7f7435c0
commit
89f75406fa
2 changed files with 2 additions and 1 deletions
|
@ -212,6 +212,7 @@ repat
|
||||||
Ricardo Pereira
|
Ricardo Pereira
|
||||||
Rik 4
|
Rik 4
|
||||||
RJ Madsen
|
RJ Madsen
|
||||||
|
Roger Meyer
|
||||||
Roland Häder
|
Roland Häder
|
||||||
Rui Andrada
|
Rui Andrada
|
||||||
rwa
|
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])
|
path = os.path.abspath(argv[0].split('bin/dev/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", "Ratten", "Vít Šesták 'v6ak'"]
|
contributors = ["Andi Stadler", "Ratten", "Roger Meyer", "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'],
|
||||||
|
|
Loading…
Reference in a new issue