ungoogled-chromium: add networkexception as maintainer

This commit is contained in:
networkException
2023-05-19 19:57:42 +02:00
parent b3460634ea
commit 690a8f613d
@@ -85,7 +85,7 @@ 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 ]
then [ squalus primeos michaeladler networkexception ]
else [ primeos thefloweringash ];
license = if enableWideVine then lib.licenses.unfree else lib.licenses.bsd3;
platforms = lib.platforms.linux;