]> git.mxchange.org Git - friendica.git/commitdiff
add Ratten to the special contributors who are not found in git and messages.po files
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 26 Nov 2017 09:58:15 +0000 (10:58 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 26 Nov 2017 09:58:15 +0000 (10:58 +0100)
util/make_credits.py

index 917679d4a94c6557ae7650501e7e704f13ec0097..fb13322b1371e605abb20ec38ec3509a5172b558 100755 (executable)
@@ -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", "Vít Šesták 'v6ak'"]
+contributors = ["Andi Stadler", "Ratten", "Vít Šesták 'v6ak'"]
 #  get the contributors
 print('> getting contributors to the friendica core repository')
 p = subprocess.Popen(['git', 'shortlog', '--no-merges', '-s'],