Merge pull request #243866 from networkException/chromium-maintainer

chromium: add networkexception as maintainer
This commit is contained in:
Michael Weiss 2023-07-23 23:25:25 +02:00 committed by GitHub
commit eaab7b7359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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