maintainer-list.nix: remove ndowens

This commit is contained in:
Nathan
2019-12-26 16:47:41 -05:00
committed by Dmitry Kalinkin
parent 690390d493
commit b0caf68bff
28 changed files with 27 additions and 33 deletions
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Mock hardware devices for creating unit tests";
license = licenses.lgpl2;
maintainers = with maintainers; [ ndowens ];
maintainers = with maintainers; [];
platforms = with platforms; linux;
};
}