Remove myself as maintainer from packages

I'm currently not maintaining any packages.
wip/yesman
Florian Friesdorf 5 years ago
parent e5405f9ae8
commit fbef5ab82f
  1. 2
      nixos/tests/avahi.nix
  2. 2
      nixos/tests/bittorrent.nix
  3. 2
      nixos/tests/containers-bridge.nix
  4. 2
      nixos/tests/containers-imperative.nix
  5. 2
      nixos/tests/containers-ipv4.nix
  6. 2
      nixos/tests/containers-ipv6.nix
  7. 2
      nixos/tests/containers-portforward.nix
  8. 2
      nixos/tests/elk.nix
  9. 2
      nixos/tests/firefox.nix
  10. 2
      nixos/tests/firewall.nix
  11. 2
      nixos/tests/gnome3.nix
  12. 2
      nixos/tests/influxdb.nix
  13. 2
      nixos/tests/ipv6.nix
  14. 2
      nixos/tests/jenkins.nix
  15. 2
      nixos/tests/kexec.nix
  16. 2
      nixos/tests/login.nix
  17. 2
      nixos/tests/misc.nix
  18. 2
      nixos/tests/mumble.nix
  19. 2
      nixos/tests/munin.nix
  20. 2
      nixos/tests/mysql-replication.nix
  21. 2
      nixos/tests/mysql.nix
  22. 2
      nixos/tests/nat.nix
  23. 2
      nixos/tests/nfs.nix
  24. 2
      nixos/tests/openssh.nix
  25. 2
      nixos/tests/phabricator.nix
  26. 2
      nixos/tests/printing.nix
  27. 2
      nixos/tests/proxy.nix
  28. 2
      nixos/tests/quake3.nix
  29. 2
      nixos/tests/rabbitmq.nix
  30. 2
      nixos/tests/subversion.nix
  31. 2
      nixos/tests/tomcat.nix
  32. 2
      nixos/tests/trac.nix
  33. 2
      nixos/tests/udisks2.nix
  34. 2
      nixos/tests/xfce.nix
  35. 2
      pkgs/applications/editors/emacs-modes/calfw/default.nix
  36. 2
      pkgs/applications/editors/emacs-modes/org/default.nix
  37. 2
      pkgs/applications/editors/emacs/25.nix
  38. 2
      pkgs/applications/editors/emacs/default.nix
  39. 2
      pkgs/applications/networking/browsers/chromium/browser.nix
  40. 2
      pkgs/applications/networking/browsers/conkeror/default.nix
  41. 2
      pkgs/applications/networking/mailreaders/notmuch/default.nix
  42. 2
      pkgs/applications/video/mediathekview/default.nix
  43. 2
      pkgs/development/interpreters/python/cpython/2.7/boot.nix
  44. 2
      pkgs/development/interpreters/python/cpython/docs/2.7-html.nix
  45. 2
      pkgs/development/interpreters/python/cpython/docs/2.7-pdf-a4.nix
  46. 2
      pkgs/development/interpreters/python/cpython/docs/2.7-pdf-letter.nix
  47. 2
      pkgs/development/interpreters/python/cpython/docs/2.7-text.nix
  48. 2
      pkgs/development/interpreters/python/cpython/docs/template.nix
  49. 2
      pkgs/development/libraries/gmime/2.nix
  50. 2
      pkgs/development/libraries/gmime/3.nix
  51. 2
      pkgs/development/libraries/xapian/default.nix
  52. 2
      pkgs/development/python-modules/pyside/apiextractor.nix
  53. 2
      pkgs/development/python-modules/pyside/default.nix
  54. 2
      pkgs/development/python-modules/pyside/generatorrunner.nix
  55. 2
      pkgs/development/python-modules/pyside/shiboken.nix
  56. 2
      pkgs/development/python-modules/pyside/tools.nix
  57. 2
      pkgs/games/privateer/default.nix
  58. 2
      pkgs/os-specific/linux/cryptsetup/default.nix
  59. 2
      pkgs/os-specific/linux/powertop/default.nix
  60. 2
      pkgs/shells/zsh/default.nix
  61. 2
      pkgs/tools/filesystems/nixpart/0.4/cryptsetup.nix
  62. 2
      pkgs/tools/misc/dtach/default.nix
  63. 2
      pkgs/tools/networking/aircrack-ng/default.nix

@ -2,7 +2,7 @@
import ./make-test.nix ({ pkgs, ... } : {
name = "avahi";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ];
maintainers = [ eelco ];
};
nodes = let

@ -23,7 +23,7 @@ in
{
name = "bittorrent";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ domenkozar eelco chaoflow rob bobvanderlinden ];
maintainers = [ domenkozar eelco rob bobvanderlinden ];
};
nodes =

@ -10,7 +10,7 @@ in
import ./make-test.nix ({ pkgs, ...} : {
name = "containers-bridge";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ];
maintainers = [ aristid aszlig eelco kampfschlaefer ];
};
machine =

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "containers-imperative";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ];
maintainers = [ aristid aszlig eelco kampfschlaefer ];
};
machine =

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "containers-ipv4";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ];
maintainers = [ aristid aszlig eelco kampfschlaefer ];
};
machine =

@ -8,7 +8,7 @@ in
import ./make-test.nix ({ pkgs, ...} : {
name = "containers-ipv6";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ];
maintainers = [ aristid aszlig eelco kampfschlaefer ];
};
machine =

@ -10,7 +10,7 @@ in
import ./make-test.nix ({ pkgs, ...} : {
name = "containers-portforward";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ianwookim ];
maintainers = [ aristid aszlig eelco kampfschlaefer ianwookim ];
};
machine =

@ -13,7 +13,7 @@ let
mkElkTest = name : elk : makeTest {
inherit name;
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow offline basvandijk ];
maintainers = [ eelco offline basvandijk ];
};
nodes = {
one =

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ... }: {
name = "firefox";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow shlevy ];
maintainers = [ eelco shlevy ];
};
machine =

@ -3,7 +3,7 @@
import ./make-test.nix ( { pkgs, ... } : {
name = "firewall";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ];
maintainers = [ eelco ];
};
nodes =

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "gnome3";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ domenkozar eelco chaoflow lethalman ];
maintainers = [ domenkozar eelco lethalman ];
};
machine =

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "influxdb";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ chaoflow offline ];
maintainers = [ offline ];
};
nodes = {

@ -4,7 +4,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "ipv6";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ];
maintainers = [ eelco ];
};
nodes =

@ -6,7 +6,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "jenkins";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ bjornfor coconnor domenkozar eelco chaoflow ];
maintainers = [ bjornfor coconnor domenkozar eelco ];
};
nodes = {

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "kexec";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ];
maintainers = [ eelco ];
};
machine = { ... }:

@ -3,7 +3,7 @@ import ./make-test.nix ({ pkgs, latestKernel ? false, ... }:
{
name = "login";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ];
maintainers = [ eelco ];
};
machine =

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : rec {
name = "misc";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ];
maintainers = [ eelco ];
};
foo = pkgs.writeText "foo" "Hello World";

@ -9,7 +9,7 @@ in
{
name = "mumble";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ thoughtpolice eelco chaoflow ];
maintainers = [ thoughtpolice eelco ];
};
nodes = {

@ -4,7 +4,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "munin";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ domenkozar eelco chaoflow ];
maintainers = [ domenkozar eelco ];
};
nodes = {

@ -8,7 +8,7 @@ in
{
name = "mysql-replication";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow shlevy ];
maintainers = [ eelco shlevy ];
};
nodes = {

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "mysql";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow shlevy ];
maintainers = [ eelco shlevy ];
};
nodes = {

@ -24,7 +24,7 @@ import ./make-test.nix ({ pkgs, lib, withFirewall, withConntrackHelpers ? false,
name = "nat" + (if withFirewall then "WithFirewall" else "Standalone")
+ (lib.optionalString withConntrackHelpers "withConntrackHelpers");
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow rob ];
maintainers = [ eelco rob ];
};
nodes =

@ -20,7 +20,7 @@ in
{
name = "nfs";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ];
maintainers = [ eelco ];
};
nodes =

@ -5,7 +5,7 @@ let inherit (import ./ssh-keys.nix pkgs)
in {
name = "openssh";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aszlig eelco chaoflow ];
maintainers = [ aszlig eelco ];
};
nodes = {

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ... }: {
name = "phabricator";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ chaoflow ];
maintainers = [ ];
};
nodes = {

@ -3,7 +3,7 @@
import ./make-test.nix ({pkgs, ... }: {
name = "printing";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ domenkozar eelco chaoflow jgeerds ];
maintainers = [ domenkozar eelco jgeerds ];
};
nodes = {

@ -16,7 +16,7 @@ in
{
name = "proxy";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ];
maintainers = [ eelco ];
};
nodes =

@ -22,7 +22,7 @@ in
rec {
name = "quake3";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ domenkozar eelco chaoflow ];
maintainers = [ domenkozar eelco ];
};
# TODO: lcov doesn't work atm

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ... }: {
name = "rabbitmq";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow offline ];
maintainers = [ eelco offline ];
};
nodes = {

@ -34,7 +34,7 @@ in
{
name = "subversion";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ];
maintainers = [ eelco ];
};
nodes =

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "tomcat";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ];
maintainers = [ eelco ];
};
nodes = {

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ... }: {
name = "trac";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ];
maintainers = [ eelco ];
};
nodes = {

@ -12,7 +12,7 @@ in
{
name = "udisks2";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ];
maintainers = [ eelco ];
};
machine =

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : {
name = "xfce";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow shlevy ];
maintainers = [ eelco shlevy ];
};
machine =

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ chaoflow ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.unix;
};
}

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ chaoflow pSub ];
maintainers = with stdenv.lib.maintainers; [ pSub ];
platforms = stdenv.lib.platforms.unix;
};
}

@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
description = "The extensible, customizable GNU text editor";
homepage = https://www.gnu.org/software/emacs/;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ chaoflow lovek323 peti the-kenny jwiegley ];
maintainers = with maintainers; [ lovek323 peti the-kenny jwiegley ];
platforms = platforms.all;
longDescription = ''

@ -133,7 +133,7 @@ stdenv.mkDerivation rec {
description = "The extensible, customizable GNU text editor";
homepage = https://www.gnu.org/software/emacs/;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ chaoflow lovek323 peti the-kenny jwiegley ];
maintainers = with maintainers; [ lovek323 peti the-kenny jwiegley ];
platforms = platforms.all;
longDescription = ''

@ -47,7 +47,7 @@ mkChromiumDerivation (base: rec {
meta = {
description = "An open source web browser from Google";
homepage = http://www.chromium.org/;
maintainers = with maintainers; [ chaoflow bendlas ];
maintainers = with maintainers; [ bendlas ];
license = licenses.bsd3;
platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://conkeror.org/;
license = with licenses; [ mpl11 gpl2 lgpl21 ];
maintainers = with maintainers; [ astsmtl chaoflow ];
maintainers = with maintainers; [ astsmtl ];
platforms = platforms.linux;
};
}

@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
description = "Mail indexer";
homepage = https://notmuchmail.org/;
license = licenses.gpl3;
maintainers = with maintainers; [ chaoflow flokli garbas the-kenny ];
maintainers = with maintainers; [ flokli garbas the-kenny ];
platforms = platforms.unix;
};
}

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "Offers access to the Mediathek of different tv stations (ARD, ZDF, Arte, etc.)";
homepage = https://mediathekview.de/;
license = licenses.gpl3;
maintainers = with maintainers; [ chaoflow moredread ];
maintainers = with maintainers; [ moredread ];
platforms = platforms.all;
};
}

@ -98,6 +98,6 @@ stdenv.mkDerivation rec {
'';
license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ lnl7 chaoflow domenkozar ];
maintainers = with stdenv.lib.maintainers; [ lnl7 domenkozar ];
};
}

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
cp -R ./ $out/share/doc/python27/html
'';
meta = {
maintainers = [ lib.maintainers.chaoflow ];
maintainers = [ ];
};
}

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
cp -R ./ $out/share/doc/python27/pdf-a4
'';
meta = {
maintainers = [ lib.maintainers.chaoflow ];
maintainers = [ ];
};
}

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
cp -R ./ $out/share/doc/python27/pdf-letter
'';
meta = {
maintainers = [ lib.maintainers.chaoflow ];
maintainers = [ ];
};
}

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
cp -R ./ $out/share/doc/python27/text
'';
meta = {
maintainers = [ lib.maintainers.chaoflow ];
maintainers = [ ];
};
}

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
cp -R ./ $out/share/doc/pythonMAJORMINOR/TYPE
'';
meta = {
maintainers = [ lib.maintainers.chaoflow ];
maintainers = [ ];
};
}

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/jstedfast/gmime/;
description = "A C/C++ library for creating, editing and parsing MIME messages and structures";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ chaoflow ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/jstedfast/gmime/;
description = "A C/C++ library for creating, editing and parsing MIME messages and structures";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ chaoflow ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

@ -29,7 +29,7 @@ let
description = "Search engine library";
homepage = https://xapian.org/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ chaoflow ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
};

@ -19,7 +19,7 @@ in stdenv.mkDerivation {
description = "Eases the development of bindings of Qt-based libraries for high level languages by automating most of the process";
license = stdenv.lib.licenses.gpl2;
homepage = http://www.pyside.org/docs/apiextractor/;
maintainers = [ stdenv.lib.maintainers.chaoflow ];
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
};
}

@ -21,7 +21,7 @@ buildPythonPackage rec {
description = "LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
license = lib.licenses.lgpl21;
homepage = http://www.pyside.org;
maintainers = [ lib.maintainers.chaoflow ];
maintainers = [ ];
platforms = lib.platforms.all;
};
}

@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
description = "Eases the development of binding generators for C++ and Qt-based libraries by providing a framework to help automating most of the process";
license = stdenv.lib.licenses.gpl2;
homepage = http://www.pyside.org/docs/generatorrunner/;
maintainers = [ stdenv.lib.maintainers.chaoflow ];
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
};
}

@ -33,7 +33,7 @@ buildPythonPackage rec {
description = "Plugin (front-end) for pyside-generatorrunner, that generates bindings for C++ libraries using CPython source code";
license = lib.licenses.gpl2;
homepage = http://www.pyside.org/docs/shiboken/;
maintainers = [ lib.maintainers.chaoflow ];
maintainers = [ ];
platforms = lib.platforms.all;
};
}

@ -19,7 +19,7 @@ buildPythonPackage rec {
description = "Tools for pyside, the LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
license = lib.licenses.gpl2;
homepage = http://www.pyside.org;
maintainers = [ lib.maintainers.chaoflow ];
maintainers = [ ];
platforms = lib.platforms.all;
};
}

@ -35,7 +35,7 @@ stdenv.mkDerivation {
license = licenses.gpl2Plus; # and a special license for art data
# https://sourceforge.net/p/privateer/code/HEAD/tree/privgold/trunk/data/art-license.txt
maintainers = with maintainers; [ chaoflow ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux ++ darwin;
hydraPlatforms = [];
broken = true; # it won't build

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
homepage = https://gitlab.com/cryptsetup/cryptsetup/;
description = "LUKS for dm-crypt";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ chaoflow ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux;
};
}

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "Analyze power consumption on Intel-based laptops";
homepage = https://01.org/powertop;
license = licenses.gpl2;
maintainers = with maintainers; [ chaoflow fpletz ];
maintainers = with maintainers; [ fpletz ];
platforms = platforms.linux;
};
}

@ -78,7 +78,7 @@ EOF
'';
license = "MIT-like";
homepage = http://www.zsh.org/;
maintainers = with stdenv.lib.maintainers; [ chaoflow pSub ];
maintainers = with stdenv.lib.maintainers; [ pSub ];
platforms = stdenv.lib.platforms.unix;
};

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = http://code.google.com/p/cryptsetup/;
description = "LUKS for dm-crypt";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ chaoflow ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux;
};
}

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.chaoflow ];
maintainers = [ ];
};
}

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Wireless encryption cracking tools";
homepage = http://www.aircrack-ng.org/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ domenkozar garbas chaoflow ];
maintainers = with maintainers; [ domenkozar garbas ];
platforms = platforms.linux;
};
}

Loading…
Cancel
Save