summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-identity-map.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-identity-map.py b/git-identity-map.py
index 5611a4a..ec44adb 100755
--- a/git-identity-map.py
+++ b/git-identity-map.py
@@ -21,6 +21,9 @@ _past_nicknames_for = {
'stkn': (
('aura', _CHAT_OR_LOCAL_ONLY),
),
+ 'r0bertz': (
+ ('zhllg', _CHAT_OR_LOCAL_ONLY),
+ )
}
@@ -32,7 +35,6 @@ _external_contributors = {
'tacvbo': ('Octavio Ruiz', 'tacvbo@tacvbo.net'),
'rambaldi': ('Rambaldi', 'rambaldi@xs4all.nl'),
'svoop': ('Sven Schwyn', 'gentoo@bitcetera.com'),
- 'zhllg': ('Zhang Le', 'robert.zhangle@gmail.com'),
}