From d459a825aec07962a06841d5a51f1d1935be7aea Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 26 Nov 2017 10:58:15 +0100 Subject: [PATCH] add Ratten to the special contributors who are not found in git and messages.po files --- util/make_credits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/make_credits.py b/util/make_credits.py index 917679d4a9..fb13322b13 100755 --- a/util/make_credits.py +++ b/util/make_credits.py @@ -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'],