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

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
homepage = https://geolite.maxmind.com/download/geoip;
license = licenses.cc-by-sa-30;
platforms = platforms.all;
maintainers = with maintainers; [ nckx fpletz ];
maintainers = with maintainers; [ fpletz ];
};
builder = ./builder.sh;

View File

@@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
homepage = http://freedesktop.org/wiki/Specifications/sound-theme-spec;
# See http://cgit.freedesktop.org/sound-theme-freedesktop/tree/CREDITS:
license = with licenses; [ cc-by-30 cc-by-sa-25 gpl2 gpl2Plus ];
maintainers = with maintainers; [ nckx ];
platforms = with platforms; unix;
};
}

View File

@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = http://wireless.kernel.org/en/developers/Regulatory/;
license = licenses.isc;
platforms = platforms.all;
maintainers = with maintainers; [ nckx fpletz ];
maintainers = with maintainers; [ fpletz ];
};
}