tockloader: remove myself from maintainers

Sadly the only device I had that was requiring this was an nRF52840 MDK
USB dongle and I apparently broke its bootloader, so it won't get
recognized anymore.
This commit is contained in:
Martin Weinelt 2021-04-27 18:44:18 +02:00 committed by Frederik Rietdijk
parent 6fbe7f1bbb
commit e0d0444717

View file

@ -31,7 +31,7 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/tock/tockloader";
license = licenses.mit;
description = "Tool for programming Tock onto hardware boards";
maintainers = with maintainers; [ hexa ];
maintainers = with maintainers; [ ];
};
}