···1919 meta = with lib; {
2020 homepage = "https://github.com/aguinet/usbtop";
2121 description = "A top utility that shows an estimated instantaneous bandwidth on USB buses and devices";
2222- maintainers = with maintainers; [ etu ];
2222+ maintainers = with maintainers; [ ];
2323 license = licenses.bsd3;
2424 platforms = platforms.linux;
2525 };
···2121 homepage = "https://github.com/pycampers/ampy";
2222 license = licenses.mit;
2323 description = "Utility to interact with a MicroPython board over a serial connection";
2424- maintainers = with maintainers; [ etu ];
2424+ maintainers = with maintainers; [ ];
2525 };
2626}