···63636464 meta = base.meta // {
6565 description = "A fast incremental file transfer utility";
6666- maintainers = with lib.maintainers; [ peti ehmry kampfschlaefer ];
6666+ maintainers = with lib.maintainers; [ ehmry kampfschlaefer ];
6767 };
6868}
-1
pkgs/applications/office/antiword/default.nix
···2525 description = "Convert MS Word documents to plain text or PostScript";
2626 license = lib.licenses.gpl2;
27272828- maintainers = [ lib.maintainers.peti ];
2928 platforms = with lib.platforms; linux ++ darwin;
3029 };
3130}
···2929 meta = with lib; {
3030 description = "Network A/V plugin for OBS Studio";
3131 homepage = "https://github.com/Palakis/obs-ndi";
3232- maintainers = with maintainers; [ peti jshcmpbll ];
3232+ maintainers = with maintainers; [ jshcmpbll ];
3333 license = licenses.gpl2;
3434 platforms = with platforms; linux;
3535 };
+1-1
pkgs/development/compilers/gcc/4.8/default.nix
···314314 compiler used in the GNU system including the GNU/Linux variant.
315315 '';
316316317317- maintainers = with lib.maintainers; [ peti veprbl ];
317317+ maintainers = with lib.maintainers; [ veprbl ];
318318319319 platforms = lib.platforms.unix;
320320 badPlatforms = [ "x86_64-darwin" ];
+1-1
pkgs/development/compilers/gcc/4.9/default.nix
···330330 compiler used in the GNU system including the GNU/Linux variant.
331331 '';
332332333333- maintainers = with lib.maintainers; [ peti veprbl ];
333333+ maintainers = with lib.maintainers; [ veprbl ];
334334335335 platforms = lib.platforms.unix;
336336 badPlatforms = [ "x86_64-darwin" ];
-2
pkgs/development/compilers/gcc/6/default.nix
···344344 compiler used in the GNU system including the GNU/Linux variant.
345345 '';
346346347347- maintainers = with lib.maintainers; [ peti ];
348348-349347 platforms = lib.platforms.unix;
350348 };
351349}
···5454 Stockfish is one of the strongest chess engines in the world. It is also
5555 much stronger than the best human chess grandmasters.
5656 '';
5757- maintainers = with maintainers; [ luispedro peti siraben ];
5757+ maintainers = with maintainers; [ luispedro siraben ];
5858 platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux"];
5959 license = licenses.gpl2;
6060 };
···9191 frontend applications and libraries are available. Version 2 of GnuPG
9292 also provides support for S/MIME.
9393 '';
9494- maintainers = with maintainers; [ peti fpletz vrthra ];
9494+ maintainers = with maintainers; [ fpletz vrthra ];
9595 platforms = platforms.all;
9696 };
9797}
+1-1
pkgs/tools/system/smartmontools/default.nix
···4646 description = "Tools for monitoring the health of hard drives";
4747 homepage = "https://www.smartmontools.org/";
4848 license = licenses.gpl2Plus;
4949- maintainers = with maintainers; [ peti Frostman ];
4949+ maintainers = with maintainers; [ Frostman ];
5050 platforms = with platforms; linux ++ darwin;
5151 mainProgram = "smartctl";
5252 };