···4848 additional features, such as additional effects, and a fork at a
4949 well-defined and proper place.
5050 '';
5151- maintainer = maintainers.ertes;
5151+ maintainers = maintainers.ertes;
5252 platforms = platforms.linux;
5353 };
5454}
+1-1
pkgs/data/fonts/google-fonts/default.nix
···2121 description = "Font files available from Google Font";
2222 license = with licenses; [ asl20 ofl ufl ];
2323 platforms = platforms.all;
2424- maintainer = with maintainers; [ manveru ];
2424+ maintainers = with maintainers; [ manveru ];
2525 };
2626}
···2626 license = stdenv.lib.licenses.gpl3;
2727 description = "A simple cross-platform OCaml code editor built for top-level evaluation";
2828 platforms = ocamlPackages.ocaml.meta.platforms;
2929- maintainer = with stdenv.lib.maintainers; [ vbgl ];
2929+ maintainers = with stdenv.lib.maintainers; [ vbgl ];
3030 };
3131}
+1-1
pkgs/games/gzdoom/default.nix
···2727 meta = {
2828 homepage = https://github.com/coelckers/gzdoom;
2929 description = "A Doom source port based on ZDoom. It features an OpenGL renderer and lots of new features";
3030- maintainer = [ stdenv.lib.maintainers.lassulus ];
3030+ maintainers = [ stdenv.lib.maintainers.lassulus ];
3131 };
3232}
3333
+1-1
pkgs/games/zandronum/bin.nix
···7575 meta = {
7676 homepage = http://zandronum.com/;
7777 description = "multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software. Binary version for online play.";
7878- maintainer = [ stdenv.lib.maintainers.lassulus ];
7878+ maintainers = [ stdenv.lib.maintainers.lassulus ];
7979 # Binary version has different version string than source code version.
8080 license = stdenv.lib.licenses.unfreeRedistributable;
8181 platforms = [ "x86_64-linux" ];
+1-1
pkgs/games/zandronum/default.nix
···5454 meta = with stdenv.lib; {
5555 homepage = http://zandronum.com/;
5656 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software.";
5757- maintainer = with maintainers; [ lassulus ];
5757+ maintainers = with maintainers; [ lassulus ];
5858 platforms = platforms.linux;
5959 license = licenses.bsdOriginal;
6060 };
+1-1
pkgs/games/zdoom/default.nix
···3333 meta = {
3434 homepage = http://zdoom.org/;
3535 description = "Enhanced port of the official DOOM source code";
3636- maintainer = [ stdenv.lib.maintainers.lassulus ];
3636+ maintainers = [ stdenv.lib.maintainers.lassulus ];
3737 };
3838}
3939
···2121 description = "A tool to throttle the CPU usage of programs";
2222 platforms = with platforms; linux ++ freebsd;
2323 license = licenses.gpl2;
2424- maintainer = [maintainers.rycee];
2424+ maintainers = [maintainers.rycee];
2525 };
2626}
+1-1
pkgs/tools/misc/trash-cli/default.nix
···3434 meta = with stdenv.lib; {
3535 homepage = https://github.com/andreafrancia/trash-cli;
3636 description = "Command line tool for the desktop trash can";
3737- maintainer = [ maintainers.rycee ];
3737+ maintainers = [ maintainers.rycee ];
3838 license = licenses.gpl2;
3939 };
4040}