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

@@ -38,6 +38,5 @@ stdenv.mkDerivation rec {
homepage = https://lz4.github.io/lz4/;
license = with licenses; [ bsd2 gpl2Plus ];
platforms = platforms.unix;
maintainers = with maintainers; [ nckx ];
};
}

View File

@@ -57,6 +57,5 @@ in stdenv.mkDerivation rec {
homepage = http://xdelta.org/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}

View File

@@ -61,6 +61,5 @@ in stdenv.mkDerivation rec {
homepage = http://xdelta.org/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}

View File

@@ -55,6 +55,6 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.unix;
license = licenses.asl20;
maintainers = with maintainers; [ bobvanderlinden nckx ];
maintainers = with maintainers; [ bobvanderlinden ];
};
}

View File

@@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ gpl2Plus bsd2 ];
platforms = platforms.unix;
maintainers = with maintainers; [ nckx orivej ];
maintainers = with maintainers; [ orivej ];
};
}