chromium: drop inactive maintainers

Our ./maintainers/README.md has a section titled "How to lose maintainer
status", which describes an "inactivity measure":

Maintainers how haven't reacted to "package-related notifications" for
more than 3 months can be removed.

All those 4 maintainers that are getting dropped as part of this commit
haven't responded to any such notifications (mostly review pings) for at
least 3 months.
This commit is contained in:
emilylange 2023-12-19 18:05:58 +01:00
parent 67402e9e66
commit 477e7d6b60
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87

View File

@ -85,8 +85,8 @@ mkChromiumDerivation (base: rec {
then "https://github.com/ungoogled-software/ungoogled-chromium"
else "https://www.chromium.org/";
maintainers = with lib.maintainers; if ungoogled
then [ squalus primeos michaeladler networkexception emilylange ]
else [ primeos thefloweringash networkexception emilylange ];
then [ networkexception emilylange ]
else [ networkexception emilylange ];
license = if enableWideVine then lib.licenses.unfree else lib.licenses.bsd3;
platforms = lib.platforms.linux;
mainProgram = "chromium";