Remove nckx as a maintainer for all packages

Goodbye, and thanks for all the Nix...
This commit is contained in:
Tobias Geerinckx-Rice
2018-01-16 23:00:49 +01:00
parent 49616bdff7
commit 0f84673f3d
146 changed files with 38 additions and 159 deletions
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Wireless encryption cracking tools";
homepage = http://www.aircrack-ng.org/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ domenkozar viric garbas chaoflow nckx ];
maintainers = with maintainers; [ domenkozar viric garbas chaoflow ];
platforms = platforms.linux;
};
}