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 22:59:13 +01:00
parent 49616bdff7
commit 0f84673f3d
146 changed files with 38 additions and 159 deletions

View File

@@ -44,7 +44,7 @@ python3Packages.buildPythonApplication rec {
target network (though it does require Python 2 at both ends).
Works with Linux and Mac OS and supports DNS tunneling.
'';
maintainers = with maintainers; [ domenkozar nckx ];
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.unix;
};
}