Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/models/names_manager/canonical_names.rb
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ def self.map(canonical_name, *also_as)
map 'Hakan Ensari', 'hakanensari'
map 'Hal Brodigan', 'postmodern'
map 'Hampton Catlin', "hcatlin\100gmail.com"
map 'Hartley McGuire', 'Hartley McGuire @skipkayhil'
map 'Hendrik Mans', "hendrik\100mans.de"
map 'Hendy Irawan', 'ceefour'
map 'Henrik Nyh', 'Henrik N', "henrik\100nyh.se", 'henrik'
Expand Down
4 changes: 4 additions & 0 deletions test/credits/canonical_names_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1743,6 +1743,10 @@ class CanonicalNamesTest < ActiveSupport::TestCase
assert_contributor_names '4c21026', 'Mike Breen'
end

test 'Hartley McGuire @skipkayhil' do
assert_contributor_names '773d640', 'Hartley McGuire'
end

test 'haruki_zaemon' do
assert_contributor_names 'fcfcc70', 'Simon Harris'
end
Expand Down
Loading