···3030 meta = with stdenv.lib;
3131 { description = "Lightweight sandboxing mechanism that any user can use without special privileges";
3232 homepage = http://pdos.csail.mit.edu/mbox/;
3333- maintainers = with maintainers; [ emery ];
3333+ maintainers = with maintainers; [ ehmry ];
3434 license = licenses.bsd3;
3535 platforms = [ "x86_64-linux" ];
3636 };
+1-1
pkgs/tools/text/mawk/default.nix
···1212 { description = "Interpreter for the AWK Programming Language";
1313 homepage = http://invisible-island.net/mawk/mawk.html;
1414 license = licenses.gpl2;
1515- maintainers = with maintainers; [ emery ];
1515+ maintainers = with maintainers; [ ehmry ];
1616 };
1717}