From: Richard Earnshaw <[email protected]>

We can't handle general descriptions of 'All xxx maintainers' in yaml,
so add an explicit libgrust group and assign all rust maintainers to
that group.

ChangeLog:

        * MAINTAINERS.yml (libgrust): new subsystem.  Assign to all
        Rust maintainers.
---
 MAINTAINERS.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml
index 9ece41a050ec..a9eff2e850ce 100644
--- a/MAINTAINERS.yml
+++ b/MAINTAINERS.yml
@@ -863,6 +863,7 @@ users:
   - [email protected]
   roles:
   - Maintainer: Rust
+  - Maintainer: libgrust
   - WriteAfter
   account: cohenarthur
 - sn: Cohen
@@ -1918,6 +1919,7 @@ users:
   - [email protected]
   roles:
   - Maintainer: Rust
+  - Maintainer: libgrust
   - WriteAfter
   account: redbrain
 - sn: Hillenbrand
@@ -5751,6 +5753,9 @@ subsystems:
 - name: Rust
   class: Lang
   labels: []
+- name: libgrust
+  class: Subsystem
+  labels: []
 - name: VMS
   class: OS
   labels: []
-- 
2.54.0

Reply via email to