aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bugzilla.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla.rb b/bugzilla.rb
index 974a586..a89be3c 100644
--- a/bugzilla.rb
+++ b/bugzilla.rb
@@ -311,7 +311,7 @@ class BugzillaPlugin < Plugin
# TODO: Promote EMAIL_REPLACEMENTS to a config hash instead, with a nice
# large set of defaults.
- EMAIL_REPLACEMENTS = { 'gentoo.org' => 'g.o', 'gentooexperimental.org' => 'ge.org' }
+ EMAIL_REPLACEMENTS = { 'gentoo.org' => 'g.o', 'gentooexperimental.org' => 'ge.o' }
def shrink_email(email)
domain = email.split(/@/)[1]
if EMAIL_REPLACEMENTS.key?(domain)