diff mbox

[5/6] MAINTAINERS: Fix SCM tree for virtio-9p

Message ID 1335367082-27985-6-git-send-email-afaerber@suse.de
State New
Headers show

Commit Message

Andreas Färber April 25, 2012, 3:18 p.m. UTC
Instead of a Web link, T: is supposed to indicate type of SCM and
pullable URL, so switch to the git:// URL.
Also harmonize the spacing between sections while at it.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
---
 MAINTAINERS |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 305dbf9..9d58828 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -464,8 +464,7 @@  M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
 S: Supported
 F: hw/9pfs/
 F: fsdev/
-T: https://github.com/kvaneesh/QEMU
-
+T: git git://github.com/kvaneesh/QEMU.git
 
 virtio-blk
 M: Kevin Wolf <kwolf@redhat.com>