]> git.mxchange.org Git - friendica.git/blobdiff - bin/dev/make_credits.py
Merge pull request #10892 from nupplaphil/feat/vagrant_php8
[friendica.git] / bin / dev / make_credits.py
index d8952139095a598ae56395734b9d7a6b04ea56dc..be7a52e3221c4275fb2eb3a1513e9d8b4dca0102 100755 (executable)
@@ -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'],