summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
blob: f8c658133c7cc70effe008d4a558aefb1b25d0d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Global code owner
* @ktsaou

# ownership of C code
*.c @ktsaou
*.h @ktsaou

# owner(s) of all python files
*.py @l2isbad

# docker builds owner
docker/ @paulfantom