Drop myself from meta.maintainers for most packages.

I'd like to reduce the number of Github notifications and
review requests I receive.
main
Peter Simons 3 years ago
parent b8ffa68b35
commit 476635afe1
  1. 2
      pkgs/applications/editors/emacs/generic.nix
  2. 1
      pkgs/applications/graphics/sane/backends/default.nix
  3. 1
      pkgs/applications/graphics/sane/frontends.nix
  4. 1
      pkgs/applications/graphics/sane/xsane.nix
  5. 1
      pkgs/applications/misc/fetchmail/default.nix
  6. 2
      pkgs/applications/misc/grip/default.nix
  7. 1
      pkgs/applications/misc/ikiwiki/default.nix
  8. 2
      pkgs/applications/networking/sync/rsync/default.nix
  9. 1
      pkgs/applications/office/antiword/default.nix
  10. 2
      pkgs/applications/office/gnucash/default.nix
  11. 1
      pkgs/applications/science/astronomy/celestia/default.nix
  12. 2
      pkgs/applications/science/astronomy/stellarium/default.nix
  13. 1
      pkgs/applications/science/electronics/tkgate/1.x.nix
  14. 2
      pkgs/applications/science/math/R/default.nix
  15. 1
      pkgs/applications/science/math/eukleides/default.nix
  16. 1
      pkgs/applications/science/math/maxima/default.nix
  17. 1
      pkgs/applications/science/math/wxmaxima/default.nix
  18. 2
      pkgs/applications/version-management/git-and-tools/git/default.nix
  19. 2
      pkgs/applications/video/obs-studio/plugins/obs-ndi.nix
  20. 2
      pkgs/development/compilers/gcc/4.8/default.nix
  21. 2
      pkgs/development/compilers/gcc/4.9/default.nix
  22. 2
      pkgs/development/compilers/gcc/6/default.nix
  23. 1
      pkgs/development/compilers/gprolog/default.nix
  24. 1
      pkgs/development/compilers/yap/default.nix
  25. 1
      pkgs/development/libraries/adns/default.nix
  26. 1
      pkgs/development/libraries/boost/generic.nix
  27. 1
      pkgs/development/libraries/buddy/default.nix
  28. 1
      pkgs/development/libraries/gmp/5.1.x.nix
  29. 2
      pkgs/development/libraries/gmp/6.x.nix
  30. 1
      pkgs/development/libraries/openssl/default.nix
  31. 1
      pkgs/development/libraries/tecla/default.nix
  32. 2
      pkgs/development/python-modules/bugzilla/default.nix
  33. 2
      pkgs/development/python-modules/django-mailman3/default.nix
  34. 2
      pkgs/development/python-modules/mailman-hyperkitty/default.nix
  35. 2
      pkgs/development/python-modules/mailmanclient/default.nix
  36. 1
      pkgs/development/tools/misc/fsatrace/default.nix
  37. 2
      pkgs/games/stockfish/default.nix
  38. 2
      pkgs/misc/cups/drivers/splix/default.nix
  39. 2
      pkgs/servers/dns/bind/default.nix
  40. 2
      pkgs/servers/http/apache-httpd/2.4.nix
  41. 1
      pkgs/servers/http/apache-modules/mod_fastcgi/default.nix
  42. 2
      pkgs/servers/mail/dovecot/default.nix
  43. 2
      pkgs/servers/mail/mailman/default.nix
  44. 2
      pkgs/servers/mail/mailman/hyperkitty.nix
  45. 2
      pkgs/servers/mail/mailman/postorius.nix
  46. 2
      pkgs/servers/mail/mailman/web.nix
  47. 2
      pkgs/servers/mail/spamassassin/default.nix
  48. 1
      pkgs/shells/bash/4.4.nix
  49. 2
      pkgs/shells/bash/5.1.nix
  50. 2
      pkgs/shells/bash/bash-completion/default.nix
  51. 1
      pkgs/tools/admin/analog/default.nix
  52. 1
      pkgs/tools/backup/duplicity/default.nix
  53. 2
      pkgs/tools/graphics/asymptote/default.nix
  54. 1
      pkgs/tools/graphics/mscgen/default.nix
  55. 2
      pkgs/tools/misc/screen/default.nix
  56. 1
      pkgs/tools/networking/nbd/default.nix
  57. 1
      pkgs/tools/networking/pdsh/default.nix
  58. 2
      pkgs/tools/security/gnupg/22.nix
  59. 2
      pkgs/tools/system/smartmontools/default.nix
  60. 1
      pkgs/tools/system/tree/default.nix

@ -198,7 +198,7 @@ let emacs = stdenv.mkDerivation (lib.optionalAttrs nativeComp {
description = "The extensible, customizable GNU text editor";
homepage = "https://www.gnu.org/software/emacs/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ lovek323 peti jwiegley adisbladis ];
maintainers = with maintainers; [ lovek323 jwiegley adisbladis ];
platforms = platforms.all;
longDescription = ''

@ -113,7 +113,6 @@ stdenv.mkDerivation {
'';
homepage = "http://www.sane-project.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ peti ];
platforms = platforms.linux;
};
}

@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
description = "Scanner Access Now Easy";
homepage = "http://www.sane-project.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ peti ];
platforms = platforms.linux;
};
}

@ -27,7 +27,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.sane-project.org/";
description = "Graphical scanning frontend for sane";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [peti];
platforms = with lib.platforms; linux;
};
}

@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
IPSEC.
'';
platforms = platforms.unix;
maintainers = [ maintainers.peti ];
license = licenses.gpl2Plus;
};
}

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
homepage = "http://nostatic.org/grip";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ marcweber peti ];
maintainers = with lib.maintainers; [ marcweber ];
platforms = lib.platforms.linux;
};
}

@ -74,6 +74,5 @@ stdenv.mkDerivation rec {
homepage = "http://ikiwiki.info/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.peti ];
};
}

@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
meta = base.meta // {
description = "A fast incremental file transfer utility";
maintainers = with lib.maintainers; [ peti ehmry kampfschlaefer ];
maintainers = with lib.maintainers; [ ehmry kampfschlaefer ];
};
}

@ -25,7 +25,6 @@ stdenv.mkDerivation {
description = "Convert MS Word documents to plain text or PostScript";
license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.peti ];
platforms = with lib.platforms; linux ++ darwin;
};
}

@ -110,7 +110,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.gnucash.org/";
maintainers = [ lib.maintainers.peti lib.maintainers.domenkozar ];
maintainers = [ lib.maintainers.domenkozar ];
platforms = lib.platforms.gnu ++ lib.platforms.linux;
};
}

@ -31,7 +31,6 @@ stdenv.mkDerivation rec {
description = "Real-time 3D simulation of space";
changelog = "https://github.com/CelestiaProject/Celestia/releases/tag/${version}";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ peti ];
platforms = platforms.linux;
};
}

@ -37,6 +37,6 @@ mkDerivation rec {
homepage = "http://stellarium.org/";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ peti ma27 ];
maintainers = with maintainers; [ ma27 ];
};
}

@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
description = "Event driven digital circuit simulator with a TCL/TK-based graphical editor";
homepage = "http://www.tkgate.org/";
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.peti ];
hydraPlatforms = lib.platforms.linux;
};
}

@ -119,6 +119,6 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
maintainers = with maintainers; [ peti ] ++ teams.sage.members;
maintainers = with maintainers; teams.sage.members;
};
}

@ -63,6 +63,5 @@ lib.fix (eukleides: stdenv.mkDerivation rec {
'';
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.peti ];
};
})

@ -113,6 +113,5 @@ stdenv.mkDerivation ({
'';
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.peti ];
};
})

@ -26,6 +26,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
homepage = "https://wxmaxima-developers.github.io/wxmaxima/";
platforms = platforms.linux;
maintainers = [ maintainers.peti ];
};
}

@ -367,6 +367,6 @@ stdenv.mkDerivation {
'';
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ primeos peti wmertens globin ];
maintainers = with lib.maintainers; [ primeos wmertens globin ];
};
}

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Network A/V plugin for OBS Studio";
homepage = "https://github.com/Palakis/obs-ndi";
maintainers = with maintainers; [ peti jshcmpbll ];
maintainers = with maintainers; [ jshcmpbll ];
license = licenses.gpl2;
platforms = with platforms; linux;
};

@ -314,7 +314,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant.
'';
maintainers = with lib.maintainers; [ peti veprbl ];
maintainers = with lib.maintainers; [ veprbl ];
platforms = lib.platforms.unix;
badPlatforms = [ "x86_64-darwin" ];

@ -330,7 +330,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant.
'';
maintainers = with lib.maintainers; [ peti veprbl ];
maintainers = with lib.maintainers; [ veprbl ];
platforms = lib.platforms.unix;
badPlatforms = [ "x86_64-darwin" ];

@ -344,8 +344,6 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant.
'';
maintainers = with lib.maintainers; [ peti ];
platforms = lib.platforms.unix;
};
}

@ -63,7 +63,6 @@ stdenv.mkDerivation rec {
declarativity of logic programming.
'';
maintainers = [ lib.maintainers.peti ];
platforms = lib.platforms.unix;
};
}

@ -20,7 +20,6 @@ stdenv.mkDerivation rec {
description = "A ISO-compatible high-performance Prolog compiler";
license = lib.licenses.artistic2;
maintainers = [ lib.maintainers.peti ];
platforms = lib.platforms.linux;
broken = !stdenv.is64bit; # the linux 32 bit build fails.
};

@ -42,6 +42,5 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2;
platforms = platforms.unix;
maintainers = [ maintainers.peti ];
};
}

@ -137,7 +137,6 @@ stdenv.mkDerivation {
badPlatforms = optional (versionOlder version "1.59") "aarch64-linux"
++ optional ((versionOlder version "1.57") || version == "1.58") "x86_64-darwin"
++ optionals (versionOlder version "1.73") lib.platforms.riscv;
maintainers = with maintainers; [ peti ];
};
preConfigure = optionalString useMpi ''

@ -21,6 +21,5 @@ stdenv.mkDerivation rec {
license = "as-is";
platforms = lib.platforms.unix; # Once had cygwin problems
maintainers = [ lib.maintainers.peti ];
};
}

@ -75,7 +75,6 @@ let self = stdenv.mkDerivation rec {
platforms = platforms.all;
badPlatforms = [ "x86_64-darwin" ];
maintainers = [ maintainers.peti ];
};
};
in self

@ -82,7 +82,7 @@ let self = stdenv.mkDerivation rec {
'';
platforms = platforms.all;
maintainers = [ maintainers.peti maintainers.vrthra ];
maintainers = [ maintainers.vrthra ];
};
};
in self

@ -170,7 +170,6 @@ let
description = "A cryptographic library that implements the SSL and TLS protocols";
license = licenses.openssl;
platforms = platforms.all;
maintainers = [ maintainers.peti ];
} // extraMeta;
};

@ -19,6 +19,5 @@ stdenv.mkDerivation rec {
license = "as-is";
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.peti ];
};
}

@ -24,6 +24,6 @@ buildPythonPackage rec {
description = "Bugzilla XMLRPC access module";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ pierron peti ];
maintainers = with maintainers; [ pierron ];
};
}

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Django library for Mailman UIs";
homepage = "https://gitlab.com/mailman/django-mailman3";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ globin peti qyliss ];
maintainers = with maintainers; [ globin qyliss ];
};
}

@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "Mailman archiver plugin for HyperKitty";
homepage = "https://gitlab.com/mailman/mailman-hyperkitty";
license = licenses.gpl3;
maintainers = with maintainers; [ globin peti qyliss ];
maintainers = with maintainers; [ globin qyliss ];
};
}

@ -17,6 +17,6 @@ buildPythonPackage rec {
description = "REST client for driving Mailman 3";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ peti globin qyliss ];
maintainers = with maintainers; [ globin qyliss ];
};
}

@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/jacereda/fsatrace";
description = "filesystem access tracer";
license = licenses.isc;
maintainers = [ maintainers.peti ];
platforms = platforms.linux;
};
}

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
Stockfish is one of the strongest chess engines in the world. It is also
much stronger than the best human chess grandmasters.
'';
maintainers = with maintainers; [ luispedro peti siraben ];
maintainers = with maintainers; [ luispedro siraben ];
platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux"];
license = licenses.gpl2;
};

@ -49,6 +49,6 @@ in stdenv.mkDerivation rec {
homepage = "http://splix.ap2c.org";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ jfrankenau peti ];
maintainers = with maintainers; [ jfrankenau ];
};
}

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
description = "Domain name server";
license = licenses.mpl20;
maintainers = with maintainers; [ peti globin ];
maintainers = with maintainers; [ globin ];
platforms = platforms.unix;
outputsToInstall = [ "out" "dnsutils" "host" ];

@ -89,6 +89,6 @@ stdenv.mkDerivation rec {
homepage = "https://httpd.apache.org/";
license = licenses.asl20;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ lovek323 peti ];
maintainers = with maintainers; [ lovek323 ];
};
}

@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
'';
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.peti ];
broken = true; # patch 'compile-against-apache24.diff' no longer works
};
}

@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
homepage = "https://dovecot.org/";
description = "Open source IMAP and POP3 email server written with security primarily in mind";
license = with licenses; [ mit publicDomain lgpl21Only bsd3 bsdOriginal ];
maintainers = with maintainers; [ peti fpletz globin ajs124 ];
maintainers = with maintainers; [ fpletz globin ajs124 ];
platforms = platforms.unix;
};
passthru.tests = {

@ -54,6 +54,6 @@ buildPythonPackage rec {
homepage = "https://www.gnu.org/software/mailman/";
description = "Free software for managing electronic mail discussion and newsletter lists";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ peti qyliss ];
maintainers = with lib.maintainers; [ qyliss ];
};
}

@ -42,6 +42,6 @@ buildPythonPackage rec {
description = "Archiver for GNU Mailman v3";
license = lib.licenses.gpl3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ peti globin qyliss ];
maintainers = with lib.maintainers; [ globin qyliss ];
};
}

@ -23,6 +23,6 @@ buildPythonPackage rec {
homepage = "https://docs.mailman3.org/projects/postorius";
description = "Web-based user interface for managing GNU Mailman";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ globin peti qyliss ];
maintainers = with maintainers; [ globin qyliss ];
};
}

@ -46,6 +46,6 @@ buildPythonPackage rec {
meta = with lib; {
description = "Django project for Mailman 3 web interface";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ peti qyliss m1cr0man ];
maintainers = with maintainers; [ qyliss m1cr0man ];
};
}

@ -38,6 +38,6 @@ perlPackages.buildPerlPackage rec {
description = "Open-Source Spam Filter";
license = lib.licenses.asl20;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ peti qknight qyliss ];
maintainers = with lib.maintainers; [ qknight qyliss ];
};
}

@ -132,7 +132,6 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
maintainers = [ maintainers.peti ];
};
passthru = {

@ -123,7 +123,7 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
maintainers = with maintainers; [ peti dtzWill ];
maintainers = with maintainers; [ dtzWill ];
};
passthru = {

@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
description = "Programmable completion for the bash shell";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = [ maintainers.peti maintainers.xfix ];
maintainers = [ maintainers.xfix ];
};
}

@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.c-amie.co.uk/software/analog/";
license = lib.licenses.gpl2;
description = "Powerful tool to generate web server statistics";
maintainers = [ lib.maintainers.peti ];
platforms = lib.platforms.all;
};

@ -140,7 +140,6 @@ pythonPackages.buildPythonApplication rec {
description = "Encrypted bandwidth-efficient backup using the rsync algorithm";
homepage = "https://www.nongnu.org/duplicity";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ peti ];
platforms = platforms.unix;
};
}

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A tool for programming graphics intended to replace Metapost";
license = licenses.gpl3Plus;
maintainers = [ maintainers.raskin maintainers.peti ];
maintainers = [ maintainers.raskin ];
broken = stdenv.isDarwin; # https://github.com/vectorgraphics/asymptote/issues/69
platforms = platforms.linux ++ platforms.darwin;
};

@ -49,6 +49,5 @@ stdenv.mkDerivation rec {
'';
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.peti ];
};
}

@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.unix;
maintainers = with maintainers; [ peti vrthra ];
maintainers = with maintainers; [ vrthra ];
};
}

@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
homepage = "http://nbd.sourceforge.net";
description = "Map arbitrary files as block devices over the network";
license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.peti ];
platforms = lib.platforms.linux;
};
}

@ -43,6 +43,5 @@ stdenv.mkDerivation rec {
'';
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.peti ];
};
}

@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
frontend applications and libraries are available. Version 2 of GnuPG
also provides support for S/MIME.
'';
maintainers = with maintainers; [ peti fpletz vrthra ];
maintainers = with maintainers; [ fpletz vrthra ];
platforms = platforms.all;
};
}

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
description = "Tools for monitoring the health of hard drives";
homepage = "https://www.smartmontools.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ peti Frostman ];
maintainers = with maintainers; [ Frostman ];
platforms = with platforms; linux ++ darwin;
mainProgram = "smartctl";
};

@ -52,6 +52,5 @@ stdenv.mkDerivation rec {
'';
platforms = lib.platforms.all;
maintainers = [lib.maintainers.peti];
};
}

Loading…
Cancel
Save