using mailto scheme in AUTHORS.md (#8663)
This commit is contained in:
parent
b0b484ba18
commit
25dd523887
2 changed files with 106 additions and 106 deletions
|
@ -17,7 +17,7 @@ namespace :repo do
|
|||
contributors = Oj.load(response.body)
|
||||
contributors.each do |c|
|
||||
file << "* [#{c['login']}](#{c['html_url']})\n" if c['login']
|
||||
file << "* [#{c['name']}](#{c['email']})\n" if c['name']
|
||||
file << "* [#{c['name']}](mailto:#{c['email']})\n" if c['name']
|
||||
end
|
||||
url = LinkHeader.parse(response.headers['Link']).find_link(%w(rel next))&.href
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue