Merge pull request #261697 from networkException/chromium-add-emily-as-maintainer

{ungoogled-,}chromium: add emilylange as maintainer

authored by Weijia Wang and committed by GitHub 73eeafc1 b511a0f1

+2 -2
+2 -2
pkgs/applications/networking/browsers/chromium/browser.nix
··· 85 then "https://github.com/ungoogled-software/ungoogled-chromium" 86 else "https://www.chromium.org/"; 87 maintainers = with lib.maintainers; if ungoogled 88 - then [ squalus primeos michaeladler networkexception ] 89 - else [ primeos thefloweringash networkexception ]; 90 license = if enableWideVine then lib.licenses.unfree else lib.licenses.bsd3; 91 platforms = lib.platforms.linux; 92 mainProgram = "chromium";
··· 85 then "https://github.com/ungoogled-software/ungoogled-chromium" 86 else "https://www.chromium.org/"; 87 maintainers = with lib.maintainers; if ungoogled 88 + then [ squalus primeos michaeladler networkexception emilylange ] 89 + else [ primeos thefloweringash networkexception emilylange ]; 90 license = if enableWideVine then lib.licenses.unfree else lib.licenses.bsd3; 91 platforms = lib.platforms.linux; 92 mainProgram = "chromium";