[llvm] [Maintainers] Fix flang maintaners file name (PR #148382)
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 12 09:25:11 PDT 2025
https://github.com/kparzysz created https://github.com/llvm/llvm-project/pull/148382
None
>From e57dcd3c8f488802ce0bcfe15cf5b44e7a1881ea Mon Sep 17 00:00:00 2001
From: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: Sat, 12 Jul 2025 11:19:21 -0500
Subject: [PATCH] [Maintainers] Fix flang maintaners file name
---
llvm/Maintainers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 9a7eb344ad4fb..de5f66ce1584c 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -468,7 +468,7 @@ Some subprojects maintain their own list of per-component maintainers.
[Compiler-rt maintainers](https://github.com/llvm/llvm-project/blob/main/compiler-rt/Maintainers.md)
-[Flang maintainers](https://github.com/llvm/llvm-project/blob/main/flang/Maintainers.txt)
+[Flang maintainers](https://github.com/llvm/llvm-project/blob/main/flang/Maintainers.md)
[libc++ maintainers](https://github.com/llvm/llvm-project/blob/main/libcxx/Maintainers.md)
More information about the llvm-commits
mailing list