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
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "Incremental journaling backup utility and archiver";
homepage = http://mattmahoney.net/dc/zpaq.html;
license = licenses.gpl3Plus ;
maintainers = with maintainers; [ raskin nckx ];
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
inherit version;
};
+1 -1
View File
@@ -46,7 +46,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "ZPAQ archive (de)compressor and algorithm development tool";
license = licenses.gpl3Plus ;
maintainers = with maintainers; [ raskin nckx ];
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
};
}