MAINTAINERS: Remove '/' from the beginning of paths

This also adds a missing trailing '/' to util/gitconfig, as this is a
directory.

Change-Id: Ib45dbf161b773cd89ad5acee183aeceac4d29584
Signed-off-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89506
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Nicholas Sudsgaard 2025-10-10 08:52:16 +09:00 committed by Elyes Haouas
commit ff5daa0581

View file

@ -889,8 +889,8 @@ M: Piotr Król <piotr.krol@3mdeb.com>
M: Michał Żygowski <michal.zygowski@3mdeb.com>
M: Frans Hendriks <fhendriks@eltan.com>
S: Maintained
F: /src/soc/intel/braswell/
F: /src/vendorcode/intel/fsp/fsp1_1/braswell/
F: src/soc/intel/braswell/
F: src/vendorcode/intel/fsp/fsp1_1/braswell/
INTEL CANNONLAKE SOC
S: Orphan
@ -1058,7 +1058,7 @@ F: util/docker/
GIT
F: .git*
F: /util/gitconfig
F: util/gitconfig/
HDA DECODER
M: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>