From 899833cd65cafbdbae4b5b9da3b1c3726e13e299 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 16 Mar 2017 11:18:46 +0000 Subject: [PATCH] List SASL config file under the cryptography maintainer's realm No one is listed as maintainer for qemu.sasl. It is used by the VNC server for SASL auth, but since it is cryptography related, list it under the crytography maintainer's realm, rather than under the UI maintainer. Reviewed-by: Eric Blake Signed-off-by: Daniel P. Berrange --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index efdec47319..b4d877b92b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1484,6 +1484,7 @@ S: Maintained F: crypto/ F: include/crypto/ F: tests/test-crypto-* +F: qemu.sasl Coroutines M: Stefan Hajnoczi