From a9937f9519d8d41fe11ec2d07f0d3ce91e912da5 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 22 Sep 2015 01:07:00 +0200 Subject: [PATCH] DOC: add more entries to MAINTAINERS Cyril is the most impacted by doc format changes, Thierry is the one who knows maps and patterns infrastructure in great details. --- MAINTAINERS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9c30d4663..a3314f054 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22,8 +22,12 @@ Lua Maintainer: Thierry Fournier Files: src/hlua.c, include/*/hlua.h +Maps and pattern matching +Maintainer: Thierry Fournier +Files: src/maps.c, src/pattern.c, include/*/maps.h, include/*/pattern.h + DNS -Maintainer: Baptiste Assmann +Maintainer: Baptiste Assmann Files: src/dns.c, include/*/dns.h SSL @@ -34,3 +38,8 @@ PEERS Maintainer: Emeric Brun Files: src/peers.c, include/*/peers.h +DOC to HTML converter (dconv) +Maintainer: Cyril Bonté +Files: doc/*.txt +Note: ask Cyril before changing any doc's format or structure. +