]> git.mxchange.org Git - friendica.git/commitdiff
added Roger Meyer to the credits
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 9 Sep 2020 05:43:41 +0000 (07:43 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 9 Sep 2020 05:43:41 +0000 (07:43 +0200)
CREDITS.txt
bin/dev/make_credits.py

index 402c356b7b4fe5cb1e28304c622cf63fb10f9193..1afbf168c9df5116b9a000edb49380728a5519ee 100644 (file)
@@ -212,6 +212,7 @@ repat
 Ricardo Pereira
 Rik 4
 RJ Madsen
+Roger Meyer
 Roland Häder
 Rui Andrada
 rwa
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'],