Unverified Commit 477e7d6b authored by emilylange's avatar emilylange
Browse files

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.
parent 67402e9e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";