Add David and Martin to *.h

This commit is contained in:
Sebastian Wilzbach 2018-01-08 14:41:20 +01:00
parent 3b8d1aeb77
commit b476a96c89

View file

@ -28,8 +28,8 @@ src/dmd/target.d @ibuclaw @MartinNowak
src/dmd/transitivevisitor.d @RazvanN7
src/dmd/vcbuild @rainers
# GitHub's implementation of the CODEOWNERS format is buggy, so this might not work
src/dmd/*.h @ibuclaw
# GitHub's implementation of the CODEOWNERS format is buggy, it doesn't allow src/dmd/*.h
*.h @ibuclaw @kinke @klickverbot
# CI & automation
posix.mak @MartinNowak @wilzbach