summaryrefslogtreecommitdiff
path: root/update-authors.pl
diff options
context:
space:
mode:
Diffstat (limited to 'update-authors.pl')
-rwxr-xr-xupdate-authors.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/update-authors.pl b/update-authors.pl
index 9d79ed3..e844196 100755
--- a/update-authors.pl
+++ b/update-authors.pl
@@ -30,6 +30,7 @@ sub ReplaceAuthors {
$_ eq 'Martin Wimpress <code%flexion.org>' and $_ = 'Martin Wimpress <martin%mate-desktop.org>' for @authors;
$_ eq 'monsta <monsta%inbox.ru>' and $_ = 'Vlad Orlov <monsta%inbox.ru>' for @authors;
$_ eq 'Monsta <monsta%inbox.ru>' and $_ = 'Vlad Orlov <monsta%inbox.ru>' for @authors;
+ $_ eq 'osch <oliver at luced de>' and $_ = 'osch <oliver%luced.de>' for @authors;
$_ eq 'raveit65 <chat-to-me%raveit.de>' and $_ = 'Wolfgang Ulbrich <mate%raveit.de>' for @authors;
$_ eq 'raveit65 <mate%raveit.de>' and $_ = 'Wolfgang Ulbrich <mate%raveit.de>' for @authors;
$_ eq 'rbuj <robert.buj%gmail.com>' and $_ = 'Robert Buj <robert.buj%gmail.com>' for @authors;