···29 description = "Telegram API tools for QtQml and Qml";
30 homepage = src.meta.homepage;
31 license = stdenv.lib.licenses.gpl3;
32- maintainer = [ maintainers.profpatsch ];
33 };
3435}
···29 description = "Telegram API tools for QtQml and Qml";
30 homepage = src.meta.homepage;
31 license = stdenv.lib.licenses.gpl3;
32+ maintainers = [ maintainers.profpatsch ];
33 };
3435}
+1-1
pkgs/applications/window-managers/compton/git.nix
···48 additional features, such as additional effects, and a fork at a
49 well-defined and proper place.
50 '';
51- maintainer = maintainers.ertes;
52 platforms = platforms.linux;
53 };
54}
···48 additional features, such as additional effects, and a fork at a
49 well-defined and proper place.
50 '';
51+ maintainers = maintainers.ertes;
52 platforms = platforms.linux;
53 };
54}
+1-1
pkgs/data/fonts/google-fonts/default.nix
···21 description = "Font files available from Google Font";
22 license = with licenses; [ asl20 ofl ufl ];
23 platforms = platforms.all;
24- maintainer = with maintainers; [ manveru ];
25 };
26}
···21 description = "Font files available from Google Font";
22 license = with licenses; [ asl20 ofl ufl ];
23 platforms = platforms.all;
24+ maintainers = with maintainers; [ manveru ];
25 };
26}
···26 license = stdenv.lib.licenses.gpl3;
27 description = "A simple cross-platform OCaml code editor built for top-level evaluation";
28 platforms = ocamlPackages.ocaml.meta.platforms;
29- maintainer = with stdenv.lib.maintainers; [ vbgl ];
30 };
31}
···26 license = stdenv.lib.licenses.gpl3;
27 description = "A simple cross-platform OCaml code editor built for top-level evaluation";
28 platforms = ocamlPackages.ocaml.meta.platforms;
29+ maintainers = with stdenv.lib.maintainers; [ vbgl ];
30 };
31}
+1-1
pkgs/games/gzdoom/default.nix
···27 meta = {
28 homepage = https://github.com/coelckers/gzdoom;
29 description = "A Doom source port based on ZDoom. It features an OpenGL renderer and lots of new features";
30- maintainer = [ stdenv.lib.maintainers.lassulus ];
31 };
32}
33
···27 meta = {
28 homepage = https://github.com/coelckers/gzdoom;
29 description = "A Doom source port based on ZDoom. It features an OpenGL renderer and lots of new features";
30+ maintainers = [ stdenv.lib.maintainers.lassulus ];
31 };
32}
33
+1-1
pkgs/games/zandronum/bin.nix
···75 meta = {
76 homepage = http://zandronum.com/;
77 description = "multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software. Binary version for online play.";
78- maintainer = [ stdenv.lib.maintainers.lassulus ];
79 # Binary version has different version string than source code version.
80 license = stdenv.lib.licenses.unfreeRedistributable;
81 platforms = [ "x86_64-linux" ];
···75 meta = {
76 homepage = http://zandronum.com/;
77 description = "multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software. Binary version for online play.";
78+ maintainers = [ stdenv.lib.maintainers.lassulus ];
79 # Binary version has different version string than source code version.
80 license = stdenv.lib.licenses.unfreeRedistributable;
81 platforms = [ "x86_64-linux" ];
+1-1
pkgs/games/zandronum/default.nix
···54 meta = with stdenv.lib; {
55 homepage = http://zandronum.com/;
56 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software.";
57- maintainer = with maintainers; [ lassulus ];
58 platforms = platforms.linux;
59 license = licenses.bsdOriginal;
60 };
···54 meta = with stdenv.lib; {
55 homepage = http://zandronum.com/;
56 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software.";
57+ maintainers = with maintainers; [ lassulus ];
58 platforms = platforms.linux;
59 license = licenses.bsdOriginal;
60 };
+1-1
pkgs/games/zdoom/default.nix
···33 meta = {
34 homepage = http://zdoom.org/;
35 description = "Enhanced port of the official DOOM source code";
36- maintainer = [ stdenv.lib.maintainers.lassulus ];
37 };
38}
39
···33 meta = {
34 homepage = http://zdoom.org/;
35 description = "Enhanced port of the official DOOM source code";
36+ maintainers = [ stdenv.lib.maintainers.lassulus ];
37 };
38}
39
···21 description = "A tool to throttle the CPU usage of programs";
22 platforms = with platforms; linux ++ freebsd;
23 license = licenses.gpl2;
24- maintainer = [maintainers.rycee];
25 };
26}
···21 description = "A tool to throttle the CPU usage of programs";
22 platforms = with platforms; linux ++ freebsd;
23 license = licenses.gpl2;
24+ maintainers = [maintainers.rycee];
25 };
26}
+1-1
pkgs/tools/misc/trash-cli/default.nix
···34 meta = with stdenv.lib; {
35 homepage = https://github.com/andreafrancia/trash-cli;
36 description = "Command line tool for the desktop trash can";
37- maintainer = [ maintainers.rycee ];
38 license = licenses.gpl2;
39 };
40}
···34 meta = with stdenv.lib; {
35 homepage = https://github.com/andreafrancia/trash-cli;
36 description = "Command line tool for the desktop trash can";
37+ maintainers = [ maintainers.rycee ];
38 license = licenses.gpl2;
39 };
40}