Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user