Being the maintainer of devtools is different of maintaining the main tree.
Signed-off-by: Thomas Monjalon <[email protected]> --- MAINTAINERS | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index a0cd75e15..20516fe9e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21,33 +21,34 @@ Descriptions of section entries: General Project Administration ------------------------------ + +Main Branch M: Thomas Monjalon <[email protected]> T: git://dpdk.org/dpdk -F: MAINTAINERS -F: devtools/check-dup-includes.sh -F: devtools/check-maintainers.sh -F: devtools/check-git-log.sh -F: devtools/check-includes.sh -F: devtools/checkpatches.sh -F: devtools/git-log-fixes.sh -F: devtools/load-devel-config -F: devtools/test-build.sh Stable Branches ---------------- T: git://dpdk.org/dpdk-stable Security Issues ---------------- M: [email protected] - Documentation (with overlaps) -------------- M: John McNamara <[email protected]> F: README F: doc/ +Developers and Maintainers Tools +M: Thomas Monjalon <[email protected]> +F: MAINTAINERS +F: devtools/check-dup-includes.sh +F: devtools/check-maintainers.sh +F: devtools/check-git-log.sh +F: devtools/check-includes.sh +F: devtools/checkpatches.sh +F: devtools/git-log-fixes.sh +F: devtools/load-devel-config +F: devtools/test-build.sh + Build System ------------ -- 2.14.1

