From 5b5fd8d437626f0c6bbb68cc9cc532619f31ac73 Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Sat, 25 Mar 2023 16:23:53 -0500 Subject: [PATCH] CODEOWNERS: s/jekstrand/gfxstrand My gitlab handle changed, update to the right one. Part-of: --- CODEOWNERS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 724b95aa95fa9..03c96b1ef98e1 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -40,11 +40,11 @@ meson.build @dbaker @eric ########## # NIR -/src/compiler/nir/ @jekstrand +/src/compiler/nir/ @gfxstrand # Vulkan -/src/vulkan/ @eric @jekstrand -/include/vulkan/ @eric @jekstrand +/src/vulkan/ @eric @gfxstrand +/include/vulkan/ @eric @gfxstrand ############# @@ -125,11 +125,11 @@ meson.build @dbaker @eric /src/imagination/rogue/ @simon-perretta-img # Intel -/include/drm-uapi/i915_drm.h @kwg @llandwerlin @jekstrand @idr -/include/pci_ids/i*_pci_ids.h @kwg @llandwerlin @jekstrand @idr -/src/intel/ @kwg @llandwerlin @jekstrand @idr -/src/gallium/winsys/iris/ @kwg @llandwerlin @jekstrand @idr -/src/gallium/drivers/iris/ @kwg @llandwerlin @jekstrand @idr +/include/drm-uapi/i915_drm.h @kwg @llandwerlin @gfxstrand @idr +/include/pci_ids/i*_pci_ids.h @kwg @llandwerlin @gfxstrand @idr +/src/intel/ @kwg @llandwerlin @gfxstrand @idr +/src/gallium/winsys/iris/ @kwg @llandwerlin @gfxstrand @idr +/src/gallium/drivers/iris/ @kwg @llandwerlin @gfxstrand @idr /src/gallium/drivers/i915/ @anholt # Microsoft