MAINTAINERS: Sort DCO entries by email address.
Sorts the DCO section of the MAINTAINERS file secondarily by email address.
This commit modifies the MAINTAINERS file to sort the “Contributing under the DCO” section secondarily by email address. This change provides a more organized and easily searchable list of contributors who have signed the Developer Certificate of Origin (DCO).
In Details
This commit simply modifies the MAINTAINERS file to include a secondary sort by email address in the DCO section.
For Context
The MAINTAINERS file lists the developers responsible for various parts of the GCC project. The Developer Certificate of Origin (DCO) is a lightweight mechanism for contributors to assert that they have the right to contribute the code they are submitting. This commit provides a slightly more organized maintainers list.