chromium: add networkexception as maintainer

This commit is contained in:
networkException
2023-07-16 23:34:47 +02:00
parent 58cfc749d6
commit acd943e1bf
@@ -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";