Skip to content

Commit

Permalink
Remove nckx as a maintainer for all packages
Browse files Browse the repository at this point in the history
Goodbye, and thanks for all the Nix...
  • Loading branch information
nckx committed Jan 16, 2018
1 parent 49616bd commit 0f84673
Show file tree
Hide file tree
Showing 146 changed files with 38 additions and 159 deletions.
1 change: 0 additions & 1 deletion pkgs/applications/audio/dfasma/default.nix
Expand Up @@ -62,6 +62,5 @@ in stdenv.mkDerivation rec {
homepage = http://gillesdegottex.github.io/dfasma/;
license = [ licenses.gpl3Plus reaperFork.meta.license ];
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/applications/audio/fmit/default.nix
Expand Up @@ -49,6 +49,5 @@ stdenv.mkDerivation rec {
homepage = http://gillesdegottex.github.io/fmit/;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/applications/audio/id3v2/default.nix
Expand Up @@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
description = "A command line editor for id3v2 tags";
homepage = http://id3v2.sourceforge.net/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ nckx ];
platforms = with platforms; unix;
};
}
1 change: 0 additions & 1 deletion pkgs/applications/audio/keyfinder-cli/default.nix
Expand Up @@ -27,6 +27,5 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/applications/audio/keyfinder/default.nix
Expand Up @@ -37,6 +37,5 @@ stdenv.mkDerivation rec {
homepage = http://www.ibrahimshaath.co.uk/keyfinder/;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/audio/seq24/default.nix
Expand Up @@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = http://www.filter24.org/seq24;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ goibhniu nckx ];
maintainers = with maintainers; [ goibhniu ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/editors/neovim/default.nix
Expand Up @@ -32,7 +32,7 @@ let
description = "VT220/xterm/ECMA-48 terminal emulator library";
homepage = http://www.leonerd.org.uk/code/libvterm/;
license = licenses.mit;
maintainers = with maintainers; [ nckx garbas ];
maintainers = with maintainers; [ garbas ];
platforms = platforms.unix;
};
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/applications/editors/tiled/default.nix
Expand Up @@ -25,6 +25,5 @@ stdenv.mkDerivation rec {
gpl2Plus # all the rest
];
platforms = platforms.linux;
maintainers = [ maintainers.nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/applications/graphics/apitrace/default.nix
Expand Up @@ -22,6 +22,5 @@ stdenv.mkDerivation rec {
description = "Tools to trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/sane/backends/generic.nix
Expand Up @@ -71,7 +71,7 @@ stdenv.mkDerivation {
homepage = http://www.sane-project.org/;
license = licenses.gpl2Plus;

maintainers = with maintainers; [ nckx peti ];
maintainers = with maintainers; [ peti ];
platforms = platforms.linux;
};
}
1 change: 0 additions & 1 deletion pkgs/applications/graphics/swingsane/default.nix
Expand Up @@ -57,6 +57,5 @@ stdenv.mkDerivation rec {
homepage = http://swingsane.com/;
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/applications/misc/ganttproject-bin/default.nix
Expand Up @@ -51,6 +51,5 @@ stdenv.mkDerivation rec {
# ‘GPL3-compatible’. See ${downloadPage} for detailed information.
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/ocropus/default.nix
Expand Up @@ -53,7 +53,7 @@ pythonPackages.buildPythonApplication rec {
description = "Open source document analysis and OCR system";
license = licenses.asl20;
homepage = https://github.com/tmbdev/ocropy/;
maintainers = with maintainers; [ domenkozar nckx viric ];
maintainers = with maintainers; [ domenkozar viric ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/redshift/default.nix
Expand Up @@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
homepage = http://jonls.dk/redshift;
platforms = platforms.linux;
maintainers = with maintainers; [ mornfall nckx ];
maintainers = with maintainers; [ mornfall ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/workrave/default.nix
Expand Up @@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
homepage = http://www.workrave.org/;
downloadPage = https://github.com/rcaelers/workrave/releases;
license = licenses.gpl3;
maintainers = with maintainers; [ nckx prikhi ];
maintainers = with maintainers; [ prikhi ];
platforms = platforms.linux;
};
}
Expand Up @@ -18,6 +18,5 @@ python2Packages.buildPythonApplication rec {
description = "RSS Aggregator Without Delusions Of Grandeur";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ nckx ];
};
}
Expand Up @@ -32,6 +32,5 @@ stdenv.mkDerivation rec {
homepage = http://www.vanheusden.com/rsstail/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/applications/networking/remote/x2goclient/default.nix
Expand Up @@ -33,6 +33,5 @@ stdenv.mkDerivation rec {
homepage = http://x2go.org/;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/applications/networking/vnstat/default.nix
Expand Up @@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
'';
homepage = http://humdi.net/vnstat/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ nckx ];
platforms = platforms.linux;
};
}
Expand Up @@ -49,7 +49,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
homepage = http://git.fishsoup.net/cgit/git-bz/;

maintainers = with maintainers; [ nckx ];
platforms = platforms.linux;
};
}
Expand Up @@ -40,6 +40,5 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/applications/video/clipgrab/default.nix
Expand Up @@ -49,6 +49,5 @@ stdenv.mkDerivation rec {
homepage = https://clipgrab.org/;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/applications/video/gnome-mpv/default.nix
Expand Up @@ -38,6 +38,5 @@ stdenv.mkDerivation rec {
homepage = https://github.com/gnome-mpv/gnome-mpv;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/applications/video/minitube/default.nix
Expand Up @@ -36,6 +36,5 @@ stdenv.mkDerivation rec {
homepage = https://flavio.tordini.org/minitube;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/applications/virtualization/remotebox/default.nix
Expand Up @@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
RemoteBox aims to fill this gap by providing a graphical VirtualBox
client which is able to manage a VirtualBox server installation.
'';
maintainers = with maintainers; [ nckx ];
platforms = platforms.all;
};
}
1 change: 0 additions & 1 deletion pkgs/data/documentation/man-pages/default.nix
Expand Up @@ -21,7 +21,6 @@ stdenv.mkDerivation rec {
description = "Linux development manual pages";
homepage = https://www.kernel.org/doc/man-pages/;
repositories.git = http://git.kernel.org/pub/scm/docs/man-pages/man-pages;
maintainers = with maintainers; [ nckx ];
platforms = with platforms; unix;
};
}
1 change: 0 additions & 1 deletion pkgs/data/fonts/hack/default.nix
Expand Up @@ -37,6 +37,5 @@ in fetchzip rec {
*/
license = licenses.free;
platforms = platforms.all;
maintainers = with maintainers; [ nckx ];
};
}
2 changes: 1 addition & 1 deletion pkgs/data/misc/geolite-legacy/default.nix
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion pkgs/data/misc/sound-theme-freedesktop/default.nix
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/data/misc/wireless-regdb/default.nix
Expand Up @@ -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 ];
};
}
1 change: 0 additions & 1 deletion pkgs/desktops/gnome-3/core/simple-scan/default.nix
Expand Up @@ -54,6 +54,5 @@ stdenv.mkDerivation rec {
homepage = https://launchpad.net/simple-scan;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/compilers/squeak/default.nix
Expand Up @@ -43,6 +43,5 @@ stdenv.mkDerivation rec {
downloadPage = http://squeakvm.org/unix/index.html;
license = with licenses; [ asl20 mit ];
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/interpreters/picoc/default.nix
Expand Up @@ -47,6 +47,5 @@ stdenv.mkDerivation rec {
downloadPage = https://code.google.com/p/picoc/downloads/list;
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/libraries/accounts-qt/default.nix
Expand Up @@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
description = "Qt library for accessing the online accounts database";
homepage = https://gitlab.com/accounts-sso;
license = licenses.lgpl21;
maintainers = with maintainers; [ nckx ];
platforms = with platforms; linux;
};
}
1 change: 0 additions & 1 deletion pkgs/development/libraries/bobcat/default.nix
Expand Up @@ -39,6 +39,5 @@ stdenv.mkDerivation rec {
homepage = https://fbb-git.github.io/bobcat/;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/libraries/cpp-netlib/default.nix
Expand Up @@ -26,6 +26,5 @@ stdenv.mkDerivation rec {
homepage = http://cpp-netlib.org;
license = licenses.boost;
platforms = platforms.all;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/libraries/ip2location-c/default.nix
Expand Up @@ -28,6 +28,5 @@ stdenv.mkDerivation rec {
homepage = http://www.ip2location.com/developers/c-7;
license = with licenses; [ gpl3Plus lgpl3Plus ];
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/libraries/libcli/default.nix
Expand Up @@ -27,6 +27,5 @@ stdenv.mkDerivation rec {
homepage = http://sites.dparrish.com/libcli;
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/libraries/libconfuse/default.nix
Expand Up @@ -32,6 +32,5 @@ stdenv.mkDerivation rec {
'';
license = licenses.isc;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/libraries/libkeyfinder/default.nix
Expand Up @@ -34,6 +34,5 @@ stdenv.mkDerivation rec {
homepage = http://www.ibrahimshaath.co.uk/keyfinder/;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
Expand Up @@ -24,6 +24,5 @@ stdenv.mkDerivation rec {
homepage = http://netfilter.org/projects/libnetfilter_conntrack/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libnetfilter_log/default.nix
Expand Up @@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = http://netfilter.org/projects/libnetfilter_log/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ orivej nckx ];
maintainers = with maintainers; [ orivej ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/libraries/libpsl/default.nix
Expand Up @@ -64,6 +64,5 @@ in stdenv.mkDerivation rec {
homepage = http://rockdaboot.github.io/libpsl/;
license = licenses.mit;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/libraries/libxcomp/default.nix
Expand Up @@ -23,6 +23,5 @@ stdenv.mkDerivation rec {
homepage = http://wiki.x2go.org/doku.php/wiki:libs:nx-libs;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/libraries/lzo/default.nix
Expand Up @@ -30,6 +30,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;

platforms = platforms.all;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/libraries/rote/default.nix
Expand Up @@ -26,6 +26,5 @@ stdenv.mkDerivation rec {
homepage = http://rote.sourceforge.net/;
license = licenses.lgpl21;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/Pygments/default.nix
Expand Up @@ -23,6 +23,6 @@ buildPythonPackage rec {
homepage = http://pygments.org/;
description = "A generic syntax highlighter";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ nckx garbas ];
maintainers = with lib.maintainers; [ garbas ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/python-modules/prompt_toolkit/default.nix
Expand Up @@ -35,6 +35,5 @@ buildPythonPackage rec {
'';
homepage = https://github.com/jonathanslenders/python-prompt-toolkit;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/tools/alloy/default.nix
Expand Up @@ -54,6 +54,5 @@ stdenv.mkDerivation rec {
downloadPage = http://alloy.mit.edu/alloy/download.html;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/tools/analysis/coan/default.nix
Expand Up @@ -29,6 +29,5 @@ stdenv.mkDerivation rec {
homepage = http://coan2.sourceforge.net/;
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
1 change: 0 additions & 1 deletion pkgs/development/tools/analysis/egypt/default.nix
Expand Up @@ -28,6 +28,5 @@ buildPerlPackage rec {
homepage = http://www.gson.org/egypt/;
license = with licenses; [ artistic1 gpl1Plus ];
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
Expand Up @@ -30,6 +30,5 @@ stdenv.mkDerivation rec {
homepage = http://include-what-you-use.org;
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/build-managers/icmake/default.nix
Expand Up @@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
description = "A program maintenance (make) utility using a C-like grammar";
homepage = https://fbb-git.github.io/icmake/;
license = licenses.gpl3;
maintainers = with maintainers; [ nckx pSub ];
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;
};
}

2 comments on commit 0f84673

@vcunat
Copy link
Member

@vcunat vcunat commented on 0f84673 Jan 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐟 😞

@nckx
Copy link
Member Author

@nckx nckx commented on 0f84673 Jan 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🐬

So yeah, that was harder to push than expected... Let's hope someone can give those packages more time than I've had lately.

Please sign in to comment.