lol

Drop myself from meta.maintainers for most packages.

I'd like to reduce the number of Github notifications and
review requests I receive.

+31 -61
+1 -1
pkgs/applications/editors/emacs/generic.nix
··· 198 198 description = "The extensible, customizable GNU text editor"; 199 199 homepage = "https://www.gnu.org/software/emacs/"; 200 200 license = licenses.gpl3Plus; 201 - maintainers = with maintainers; [ lovek323 peti jwiegley adisbladis ]; 201 + maintainers = with maintainers; [ lovek323 jwiegley adisbladis ]; 202 202 platforms = platforms.all; 203 203 204 204 longDescription = ''
-1
pkgs/applications/graphics/sane/backends/default.nix
··· 113 113 ''; 114 114 homepage = "http://www.sane-project.org/"; 115 115 license = licenses.gpl2Plus; 116 - maintainers = with maintainers; [ peti ]; 117 116 platforms = platforms.linux; 118 117 }; 119 118 }
-1
pkgs/applications/graphics/sane/frontends.nix
··· 23 23 description = "Scanner Access Now Easy"; 24 24 homepage = "http://www.sane-project.org/"; 25 25 license = licenses.gpl2Plus; 26 - maintainers = with maintainers; [ peti ]; 27 26 platforms = platforms.linux; 28 27 }; 29 28 }
-1
pkgs/applications/graphics/sane/xsane.nix
··· 27 27 homepage = "http://www.sane-project.org/"; 28 28 description = "Graphical scanning frontend for sane"; 29 29 license = lib.licenses.gpl2Plus; 30 - maintainers = with lib.maintainers; [peti]; 31 30 platforms = with lib.platforms; linux; 32 31 }; 33 32 }
-1
pkgs/applications/misc/fetchmail/default.nix
··· 25 25 IPSEC. 26 26 ''; 27 27 platforms = platforms.unix; 28 - maintainers = [ maintainers.peti ]; 29 28 license = licenses.gpl2Plus; 30 29 }; 31 30 }
+1 -1
pkgs/applications/misc/grip/default.nix
··· 41 41 homepage = "http://nostatic.org/grip"; 42 42 license = lib.licenses.gpl2Plus; 43 43 44 - maintainers = with lib.maintainers; [ marcweber peti ]; 44 + maintainers = with lib.maintainers; [ marcweber ]; 45 45 platforms = lib.platforms.linux; 46 46 }; 47 47 }
-1
pkgs/applications/misc/ikiwiki/default.nix
··· 74 74 homepage = "http://ikiwiki.info/"; 75 75 license = licenses.gpl2Plus; 76 76 platforms = platforms.linux; 77 - maintainers = [ maintainers.peti ]; 78 77 }; 79 78 }
+1 -1
pkgs/applications/networking/sync/rsync/default.nix
··· 63 63 64 64 meta = base.meta // { 65 65 description = "A fast incremental file transfer utility"; 66 - maintainers = with lib.maintainers; [ peti ehmry kampfschlaefer ]; 66 + maintainers = with lib.maintainers; [ ehmry kampfschlaefer ]; 67 67 }; 68 68 }
-1
pkgs/applications/office/antiword/default.nix
··· 25 25 description = "Convert MS Word documents to plain text or PostScript"; 26 26 license = lib.licenses.gpl2; 27 27 28 - maintainers = [ lib.maintainers.peti ]; 29 28 platforms = with lib.platforms; linux ++ darwin; 30 29 }; 31 30 }
+1 -1
pkgs/applications/office/gnucash/default.nix
··· 110 110 111 111 homepage = "http://www.gnucash.org/"; 112 112 113 - maintainers = [ lib.maintainers.peti lib.maintainers.domenkozar ]; 113 + maintainers = [ lib.maintainers.domenkozar ]; 114 114 platforms = lib.platforms.gnu ++ lib.platforms.linux; 115 115 }; 116 116 }
-1
pkgs/applications/science/astronomy/celestia/default.nix
··· 31 31 description = "Real-time 3D simulation of space"; 32 32 changelog = "https://github.com/CelestiaProject/Celestia/releases/tag/${version}"; 33 33 license = licenses.gpl2Plus; 34 - maintainers = with maintainers; [ peti ]; 35 34 platforms = platforms.linux; 36 35 }; 37 36 }
+1 -1
pkgs/applications/science/astronomy/stellarium/default.nix
··· 37 37 homepage = "http://stellarium.org/"; 38 38 license = licenses.gpl2; 39 39 platforms = platforms.unix; 40 - maintainers = with maintainers; [ peti ma27 ]; 40 + maintainers = with maintainers; [ ma27 ]; 41 41 }; 42 42 }
-1
pkgs/applications/science/electronics/tkgate/1.x.nix
··· 36 36 description = "Event driven digital circuit simulator with a TCL/TK-based graphical editor"; 37 37 homepage = "http://www.tkgate.org/"; 38 38 license = lib.licenses.gpl2Plus; 39 - maintainers = [ lib.maintainers.peti ]; 40 39 hydraPlatforms = lib.platforms.linux; 41 40 }; 42 41 }
+1 -1
pkgs/applications/science/math/R/default.nix
··· 119 119 120 120 platforms = platforms.all; 121 121 122 - maintainers = with maintainers; [ peti ] ++ teams.sage.members; 122 + maintainers = with maintainers; teams.sage.members; 123 123 }; 124 124 }
-1
pkgs/applications/science/math/eukleides/default.nix
··· 63 63 ''; 64 64 65 65 platforms = lib.platforms.unix; 66 - maintainers = [ lib.maintainers.peti ]; 67 66 }; 68 67 })
-1
pkgs/applications/science/math/maxima/default.nix
··· 113 113 ''; 114 114 115 115 platforms = lib.platforms.unix; 116 - maintainers = [ lib.maintainers.peti ]; 117 116 }; 118 117 })
-1
pkgs/applications/science/math/wxmaxima/default.nix
··· 26 26 license = licenses.gpl2; 27 27 homepage = "https://wxmaxima-developers.github.io/wxmaxima/"; 28 28 platforms = platforms.linux; 29 - maintainers = [ maintainers.peti ]; 30 29 }; 31 30 }
+1 -1
pkgs/applications/version-management/git-and-tools/git/default.nix
··· 367 367 ''; 368 368 369 369 platforms = lib.platforms.all; 370 - maintainers = with lib.maintainers; [ primeos peti wmertens globin ]; 370 + maintainers = with lib.maintainers; [ primeos wmertens globin ]; 371 371 }; 372 372 }
+1 -1
pkgs/applications/video/obs-studio/plugins/obs-ndi.nix
··· 29 29 meta = with lib; { 30 30 description = "Network A/V plugin for OBS Studio"; 31 31 homepage = "https://github.com/Palakis/obs-ndi"; 32 - maintainers = with maintainers; [ peti jshcmpbll ]; 32 + maintainers = with maintainers; [ jshcmpbll ]; 33 33 license = licenses.gpl2; 34 34 platforms = with platforms; linux; 35 35 };
+1 -1
pkgs/development/compilers/gcc/4.8/default.nix
··· 314 314 compiler used in the GNU system including the GNU/Linux variant. 315 315 ''; 316 316 317 - maintainers = with lib.maintainers; [ peti veprbl ]; 317 + maintainers = with lib.maintainers; [ veprbl ]; 318 318 319 319 platforms = lib.platforms.unix; 320 320 badPlatforms = [ "x86_64-darwin" ];
+1 -1
pkgs/development/compilers/gcc/4.9/default.nix
··· 330 330 compiler used in the GNU system including the GNU/Linux variant. 331 331 ''; 332 332 333 - maintainers = with lib.maintainers; [ peti veprbl ]; 333 + maintainers = with lib.maintainers; [ veprbl ]; 334 334 335 335 platforms = lib.platforms.unix; 336 336 badPlatforms = [ "x86_64-darwin" ];
-2
pkgs/development/compilers/gcc/6/default.nix
··· 344 344 compiler used in the GNU system including the GNU/Linux variant. 345 345 ''; 346 346 347 - maintainers = with lib.maintainers; [ peti ]; 348 - 349 347 platforms = lib.platforms.unix; 350 348 }; 351 349 }
-1
pkgs/development/compilers/gprolog/default.nix
··· 63 63 declarativity of logic programming. 64 64 ''; 65 65 66 - maintainers = [ lib.maintainers.peti ]; 67 66 platforms = lib.platforms.unix; 68 67 }; 69 68 }
-1
pkgs/development/compilers/yap/default.nix
··· 20 20 description = "A ISO-compatible high-performance Prolog compiler"; 21 21 license = lib.licenses.artistic2; 22 22 23 - maintainers = [ lib.maintainers.peti ]; 24 23 platforms = lib.platforms.linux; 25 24 broken = !stdenv.is64bit; # the linux 32 bit build fails. 26 25 };
-1
pkgs/development/libraries/adns/default.nix
··· 42 42 license = licenses.lgpl2; 43 43 44 44 platforms = platforms.unix; 45 - maintainers = [ maintainers.peti ]; 46 45 }; 47 46 }
-1
pkgs/development/libraries/boost/generic.nix
··· 137 137 badPlatforms = optional (versionOlder version "1.59") "aarch64-linux" 138 138 ++ optional ((versionOlder version "1.57") || version == "1.58") "x86_64-darwin" 139 139 ++ optionals (versionOlder version "1.73") lib.platforms.riscv; 140 - maintainers = with maintainers; [ peti ]; 141 140 }; 142 141 143 142 preConfigure = optionalString useMpi ''
-1
pkgs/development/libraries/buddy/default.nix
··· 21 21 license = "as-is"; 22 22 23 23 platforms = lib.platforms.unix; # Once had cygwin problems 24 - maintainers = [ lib.maintainers.peti ]; 25 24 }; 26 25 }
-1
pkgs/development/libraries/gmp/5.1.x.nix
··· 75 75 76 76 platforms = platforms.all; 77 77 badPlatforms = [ "x86_64-darwin" ]; 78 - maintainers = [ maintainers.peti ]; 79 78 }; 80 79 }; 81 80 in self
+1 -1
pkgs/development/libraries/gmp/6.x.nix
··· 82 82 ''; 83 83 84 84 platforms = platforms.all; 85 - maintainers = [ maintainers.peti maintainers.vrthra ]; 85 + maintainers = [ maintainers.vrthra ]; 86 86 }; 87 87 }; 88 88 in self
-1
pkgs/development/libraries/openssl/default.nix
··· 170 170 description = "A cryptographic library that implements the SSL and TLS protocols"; 171 171 license = licenses.openssl; 172 172 platforms = platforms.all; 173 - maintainers = [ maintainers.peti ]; 174 173 } // extraMeta; 175 174 }; 176 175
-1
pkgs/development/libraries/tecla/default.nix
··· 19 19 license = "as-is"; 20 20 21 21 platforms = lib.platforms.unix; 22 - maintainers = [ lib.maintainers.peti ]; 23 22 }; 24 23 }
+1 -1
pkgs/development/python-modules/bugzilla/default.nix
··· 24 24 description = "Bugzilla XMLRPC access module"; 25 25 license = licenses.gpl2; 26 26 platforms = platforms.all; 27 - maintainers = with maintainers; [ pierron peti ]; 27 + maintainers = with maintainers; [ pierron ]; 28 28 }; 29 29 }
+1 -1
pkgs/development/python-modules/django-mailman3/default.nix
··· 27 27 description = "Django library for Mailman UIs"; 28 28 homepage = "https://gitlab.com/mailman/django-mailman3"; 29 29 license = licenses.gpl3Plus; 30 - maintainers = with maintainers; [ globin peti qyliss ]; 30 + maintainers = with maintainers; [ globin qyliss ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/python-modules/mailman-hyperkitty/default.nix
··· 21 21 description = "Mailman archiver plugin for HyperKitty"; 22 22 homepage = "https://gitlab.com/mailman/mailman-hyperkitty"; 23 23 license = licenses.gpl3; 24 - maintainers = with maintainers; [ globin peti qyliss ]; 24 + maintainers = with maintainers; [ globin qyliss ]; 25 25 }; 26 26 }
+1 -1
pkgs/development/python-modules/mailmanclient/default.nix
··· 17 17 description = "REST client for driving Mailman 3"; 18 18 license = licenses.lgpl3; 19 19 platforms = platforms.linux; 20 - maintainers = with maintainers; [ peti globin qyliss ]; 20 + maintainers = with maintainers; [ globin qyliss ]; 21 21 }; 22 22 }
-1
pkgs/development/tools/misc/fsatrace/default.nix
··· 28 28 homepage = "https://github.com/jacereda/fsatrace"; 29 29 description = "filesystem access tracer"; 30 30 license = licenses.isc; 31 - maintainers = [ maintainers.peti ]; 32 31 platforms = platforms.linux; 33 32 }; 34 33 }
+1 -1
pkgs/games/stockfish/default.nix
··· 54 54 Stockfish is one of the strongest chess engines in the world. It is also 55 55 much stronger than the best human chess grandmasters. 56 56 ''; 57 - maintainers = with maintainers; [ luispedro peti siraben ]; 57 + maintainers = with maintainers; [ luispedro siraben ]; 58 58 platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux"]; 59 59 license = licenses.gpl2; 60 60 };
+1 -1
pkgs/misc/cups/drivers/splix/default.nix
··· 49 49 homepage = "http://splix.ap2c.org"; 50 50 license = licenses.gpl2; 51 51 platforms = platforms.linux; 52 - maintainers = with maintainers; [ jfrankenau peti ]; 52 + maintainers = with maintainers; [ jfrankenau ]; 53 53 }; 54 54 }
+1 -1
pkgs/servers/dns/bind/default.nix
··· 79 79 description = "Domain name server"; 80 80 license = licenses.mpl20; 81 81 82 - maintainers = with maintainers; [ peti globin ]; 82 + maintainers = with maintainers; [ globin ]; 83 83 platforms = platforms.unix; 84 84 85 85 outputsToInstall = [ "out" "dnsutils" "host" ];
+1 -1
pkgs/servers/http/apache-httpd/2.4.nix
··· 89 89 homepage = "https://httpd.apache.org/"; 90 90 license = licenses.asl20; 91 91 platforms = platforms.linux ++ platforms.darwin; 92 - maintainers = with maintainers; [ lovek323 peti ]; 92 + maintainers = with maintainers; [ lovek323 ]; 93 93 }; 94 94 }
-1
pkgs/servers/http/apache-modules/mod_fastcgi/default.nix
··· 43 43 ''; 44 44 45 45 platforms = lib.platforms.linux; 46 - maintainers = [ lib.maintainers.peti ]; 47 46 broken = true; # patch 'compile-against-apache24.diff' no longer works 48 47 }; 49 48 }
+1 -1
pkgs/servers/mail/dovecot/default.nix
··· 101 101 homepage = "https://dovecot.org/"; 102 102 description = "Open source IMAP and POP3 email server written with security primarily in mind"; 103 103 license = with licenses; [ mit publicDomain lgpl21Only bsd3 bsdOriginal ]; 104 - maintainers = with maintainers; [ peti fpletz globin ajs124 ]; 104 + maintainers = with maintainers; [ fpletz globin ajs124 ]; 105 105 platforms = platforms.unix; 106 106 }; 107 107 passthru.tests = {
+1 -1
pkgs/servers/mail/mailman/default.nix
··· 54 54 homepage = "https://www.gnu.org/software/mailman/"; 55 55 description = "Free software for managing electronic mail discussion and newsletter lists"; 56 56 license = lib.licenses.gpl3Plus; 57 - maintainers = with lib.maintainers; [ peti qyliss ]; 57 + maintainers = with lib.maintainers; [ qyliss ]; 58 58 }; 59 59 }
+1 -1
pkgs/servers/mail/mailman/hyperkitty.nix
··· 42 42 description = "Archiver for GNU Mailman v3"; 43 43 license = lib.licenses.gpl3; 44 44 platforms = lib.platforms.linux; 45 - maintainers = with lib.maintainers; [ peti globin qyliss ]; 45 + maintainers = with lib.maintainers; [ globin qyliss ]; 46 46 }; 47 47 }
+1 -1
pkgs/servers/mail/mailman/postorius.nix
··· 23 23 homepage = "https://docs.mailman3.org/projects/postorius"; 24 24 description = "Web-based user interface for managing GNU Mailman"; 25 25 license = licenses.gpl3Plus; 26 - maintainers = with maintainers; [ globin peti qyliss ]; 26 + maintainers = with maintainers; [ globin qyliss ]; 27 27 }; 28 28 }
+1 -1
pkgs/servers/mail/mailman/web.nix
··· 46 46 meta = with lib; { 47 47 description = "Django project for Mailman 3 web interface"; 48 48 license = licenses.gpl3Plus; 49 - maintainers = with maintainers; [ peti qyliss m1cr0man ]; 49 + maintainers = with maintainers; [ qyliss m1cr0man ]; 50 50 }; 51 51 }
+1 -1
pkgs/servers/mail/spamassassin/default.nix
··· 38 38 description = "Open-Source Spam Filter"; 39 39 license = lib.licenses.asl20; 40 40 platforms = lib.platforms.unix; 41 - maintainers = with lib.maintainers; [ peti qknight qyliss ]; 41 + maintainers = with lib.maintainers; [ qknight qyliss ]; 42 42 }; 43 43 }
-1
pkgs/shells/bash/4.4.nix
··· 132 132 133 133 platforms = platforms.all; 134 134 135 - maintainers = [ maintainers.peti ]; 136 135 }; 137 136 138 137 passthru = {
+1 -1
pkgs/shells/bash/5.1.nix
··· 123 123 124 124 platforms = platforms.all; 125 125 126 - maintainers = with maintainers; [ peti dtzWill ]; 126 + maintainers = with maintainers; [ dtzWill ]; 127 127 }; 128 128 129 129 passthru = {
+1 -1
pkgs/shells/bash/bash-completion/default.nix
··· 68 68 description = "Programmable completion for the bash shell"; 69 69 license = licenses.gpl2Plus; 70 70 platforms = platforms.unix; 71 - maintainers = [ maintainers.peti maintainers.xfix ]; 71 + maintainers = [ maintainers.xfix ]; 72 72 }; 73 73 }
-1
pkgs/tools/admin/analog/default.nix
··· 32 32 homepage = "https://www.c-amie.co.uk/software/analog/"; 33 33 license = lib.licenses.gpl2; 34 34 description = "Powerful tool to generate web server statistics"; 35 - maintainers = [ lib.maintainers.peti ]; 36 35 platforms = lib.platforms.all; 37 36 }; 38 37
-1
pkgs/tools/backup/duplicity/default.nix
··· 140 140 description = "Encrypted bandwidth-efficient backup using the rsync algorithm"; 141 141 homepage = "https://www.nongnu.org/duplicity"; 142 142 license = licenses.gpl2Plus; 143 - maintainers = with maintainers; [ peti ]; 144 143 platforms = platforms.unix; 145 144 }; 146 145 }
+1 -1
pkgs/tools/graphics/asymptote/default.nix
··· 79 79 meta = with lib; { 80 80 description = "A tool for programming graphics intended to replace Metapost"; 81 81 license = licenses.gpl3Plus; 82 - maintainers = [ maintainers.raskin maintainers.peti ]; 82 + maintainers = [ maintainers.raskin ]; 83 83 broken = stdenv.isDarwin; # https://github.com/vectorgraphics/asymptote/issues/69 84 84 platforms = platforms.linux ++ platforms.darwin; 85 85 };
-1
pkgs/tools/graphics/mscgen/default.nix
··· 49 49 ''; 50 50 51 51 platforms = lib.platforms.unix; 52 - maintainers = [ lib.maintainers.peti ]; 53 52 }; 54 53 }
+1 -1
pkgs/tools/misc/screen/default.nix
··· 69 69 ''; 70 70 71 71 platforms = platforms.unix; 72 - maintainers = with maintainers; [ peti vrthra ]; 72 + maintainers = with maintainers; [ vrthra ]; 73 73 }; 74 74 }
-1
pkgs/tools/networking/nbd/default.nix
··· 30 30 homepage = "http://nbd.sourceforge.net"; 31 31 description = "Map arbitrary files as block devices over the network"; 32 32 license = lib.licenses.gpl2; 33 - maintainers = [ lib.maintainers.peti ]; 34 33 platforms = lib.platforms.linux; 35 34 }; 36 35 }
-1
pkgs/tools/networking/pdsh/default.nix
··· 43 43 ''; 44 44 45 45 platforms = lib.platforms.unix; 46 - maintainers = [ lib.maintainers.peti ]; 47 46 }; 48 47 }
+1 -1
pkgs/tools/security/gnupg/22.nix
··· 91 91 frontend applications and libraries are available. Version 2 of GnuPG 92 92 also provides support for S/MIME. 93 93 ''; 94 - maintainers = with maintainers; [ peti fpletz vrthra ]; 94 + maintainers = with maintainers; [ fpletz vrthra ]; 95 95 platforms = platforms.all; 96 96 }; 97 97 }
+1 -1
pkgs/tools/system/smartmontools/default.nix
··· 46 46 description = "Tools for monitoring the health of hard drives"; 47 47 homepage = "https://www.smartmontools.org/"; 48 48 license = licenses.gpl2Plus; 49 - maintainers = with maintainers; [ peti Frostman ]; 49 + maintainers = with maintainers; [ Frostman ]; 50 50 platforms = with platforms; linux ++ darwin; 51 51 mainProgram = "smartctl"; 52 52 };
-1
pkgs/tools/system/tree/default.nix
··· 52 52 ''; 53 53 54 54 platforms = lib.platforms.all; 55 - maintainers = [lib.maintainers.peti]; 56 55 }; 57 56 }