Skip to content

Commit

Permalink
Merge pull request #94 from amatsuda/kazuhiko
Browse files Browse the repository at this point in the history
Kazuhiko is not Kazuhiro
  • Loading branch information
fxn authored Aug 4, 2017
2 parents 5327176 + 5573c1c commit 024f2c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/models/names_manager/canonical_names.rb
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,8 @@ def self.map(canonical_name, *also_as)
map 'Karol Bucek', 'kares'
map 'Kaspar Schiess', "eule\100space.ch"
map 'Kasper Timm Hansen', 'Timm'
map 'Kazuhiro Yoshida', "moriq\100moriq.com", 'moriq', "kazuhiko\100fdiary.net"
map 'Kazuhiko Shiozaki', "kazuhiko\100fdiary.net", 'Kazuhiko'
map 'Kazuhiro Yoshida', "moriq\100moriq.com", 'moriq'
map 'Keegan Quinn', "keegan\100thebasement.org"
map 'Kei Shiratsuchi', 'kei'
map 'Keith Gautreaux', 'kaygee', 'kgautreaux'
Expand Down
2 changes: 1 addition & 1 deletion test/credits/canonical_names_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2384,7 +2384,7 @@ class CanonicalNamesTest < ActiveSupport::TestCase
end

test "kazuhiko\100fdiary.net" do
assert_contributor_names '3c8dbcb', 'Kazuhiro Yoshida'
assert_contributor_names '8e78e93', 'Kazuhiko Shiozaki'
end

test 'KD' do
Expand Down

2 comments on commit 024f2c4

@Omer223
Copy link

@Omer223 Omer223 commented on 024f2c4 Nov 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

map 'Xavier Defrang', 'xavier'

@fxn
Copy link
Member Author

@fxn fxn commented on 024f2c4 Nov 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Omer223 why?

Please sign in to comment.