Skip to content

Commit

Permalink
Update contributors
Browse files Browse the repository at this point in the history
[ci:skip]
  • Loading branch information
CamJN committed Feb 21, 2019
1 parent 3dec13c commit ff3b715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Richard Michael
Rob Paisley
Robin Bowes
Romain Tartière
ROMB
Ruslan Ermilov (NGINX Inc)
Ryan Schwartz
Ryo Onodera
Expand Down
4 changes: 3 additions & 1 deletion build/misc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ def format_paragraph(text)
entries.push "Floor Drees (Phusion)"
entries.delete "Luuk Hafkamp"
entries.push "Luuk Hafkamp (Phusion)"
entries.delete "Luuk Hendriks"
entries.push "Luuk Hendriks (Phusion)"

# Non-employee contributors
entries.push "Ruslan Ermilov (NGINX Inc)"
Expand All @@ -152,7 +154,7 @@ def format_paragraph(text)
entries.push "Yichun Zhang"

File.open("CONTRIBUTORS", "w") do |f|
f.puts(entries.sort{ |a, b| a.downcase <=> b.downcase }.join("\n"))
f.puts(entries.sort{ |a, b| a.downcase <=> b.downcase }.uniq.join("\n"))
end
puts "Updated CONTRIBUTORS"
end
Expand Down

0 comments on commit ff3b715

Please sign in to comment.