diff options
| author | emilylange <git@emilylange.de> | 2023-12-19 18:05:58 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-01-05 14:58:21 +0000 |
| commit | 031a29353af8fd53b8560b2216e67169036010ce (patch) | |
| tree | 125041503c7f77e66fce79c68be5599ca22c22a0 | |
| parent | wavebox: 10.119.8-2 -> 10.120.10-2 (diff) | |
| download | nixpkgs-031a29353af8fd53b8560b2216e67169036010ce.tar.gz | |
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.
(cherry picked from commit 477e7d6b60e817661632ff3a8aaf2e39c4cceadc)
| -rw-r--r-- | pkgs/applications/networking/browsers/chromium/browser.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/chromium/browser.nix b/pkgs/applications/networking/browsers/chromium/browser.nix index 909b506457e5..24811cc336b6 100644 --- a/pkgs/applications/networking/browsers/chromium/browser.nix +++ b/pkgs/applications/networking/browsers/chromium/browser.nix @@ -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"; |
