Commit 00aad7df authored by Doron Behar's avatar Doron Behar
Browse files

zoom-us: Remove doronbehar from maintainers

parent 3ae13dfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,6 +194,6 @@ stdenv.mkDerivation rec {
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    license = licenses.unfree;
    platforms = builtins.attrNames srcs;
    maintainers = with maintainers; [ danbst tadfisher doronbehar ];
    maintainers = with maintainers; [ danbst tadfisher ];
  };
}