Unverified Commit 690a8f61 authored by networkException's avatar networkException
Browse files

ungoogled-chromium: add networkexception as maintainer

parent b3460634
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;