[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230308143009.4039-1-lukas.bulwahn@gmail.com>
Date: Wed, 8 Mar 2023 15:30:09 +0100
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: John Johansen <john.johansen@...onical.com>,
John Johansen <john@...armor.net>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] MAINTAINERS: repair a malformed T: entry in APPARMOR SECURITY MODULE
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@...il.com>
---
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
Powered by blists - more mailing lists