[PATCH] MAINTAINERS: repair a malformed T: entry in APPARMOR SECURITY MODULE

From: Lukas Bulwahn
Date: Wed Mar 08 2023 - 09:31:07 EST


The T: entries shall be composed of a SCM tree type (git, hg, quilt, stgit
or topgit) and location.

Add the SCM tree type to the T: entry.

Fixes: 7b4bd1274d35 ("apparmor: Update MAINTAINERS file with the lastest information")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4c293074040b..2091b15ae695 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1490,7 +1490,7 @@ W: apparmor.net
B: https://gitlab.com/apparmor/apparmor-kernel
C: irc://irc.oftc.net/apparmor
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
-T: https://gitlab.com/apparmor/apparmor-kernel.git
+T: git https://gitlab.com/apparmor/apparmor-kernel.git
F: Documentation/admin-guide/LSM/apparmor.rst
F: security/apparmor/

--
2.17.1