diff options
author | rbuj <[email protected]> | 2020-02-15 17:10:29 -0500 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-02-19 09:14:10 +0100 |
commit | 2030aa2359a485c78086ec21779ba271ddfb369a (patch) | |
tree | 87da00c77eb765e1b58f9f731e3b1902f633eaca /update-authors.pl | |
parent | 08f5f9ef9599de6432009a62a2e006438c858814 (diff) | |
download | mate-terminal-2030aa2359a485c78086ec21779ba271ddfb369a.tar.bz2 mate-terminal-2030aa2359a485c78086ec21779ba271ddfb369a.tar.xz |
Update authors
Diffstat (limited to 'update-authors.pl')
-rwxr-xr-x | update-authors.pl | 1 |
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; |