From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX5M3-0003nH-P3 for qemu-devel@nongnu.org; Mon, 07 Apr 2014 04:56:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WX5Lx-0004g1-S7 for qemu-devel@nongnu.org; Mon, 07 Apr 2014 04:56:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX5Lx-0004fv-GH for qemu-devel@nongnu.org; Mon, 07 Apr 2014 04:56:29 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s378uSFf007842 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 7 Apr 2014 04:56:28 -0400 From: Gerd Hoffmann Date: Mon, 7 Apr 2014 10:56:20 +0200 Message-Id: <1396860980-7130-5-git-send-email-kraxel@redhat.com> In-Reply-To: <1396860980-7130-1-git-send-email-kraxel@redhat.com> References: <1396860980-7130-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 4/4] ui: Update MAINTAINERS entry. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann With Amazon eating Anthonys time status "Maintained" certainly isn't true any more. Update entry accordingly. Also add myself, so scripts/get_maintainer.pl will Cc: me, to reduce the chance ui patches fall through the cracks on our pretty loaded qemu-devel mailing list. Signed-off-by: Gerd Hoffmann --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 34b8c3f..c66946f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -717,7 +717,8 @@ F: hw/display/qxl* Graphics M: Anthony Liguori -S: Maintained +M: Gerd Hoffmann +S: Odd Fixes F: ui/ Cocoa graphics -- 1.8.3.1