···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";
030 maintainers = [ stdenv.lib.maintainers.lassulus ];
31 };
32}
···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+ license = stdenv.lib.licenses.unfree;
31 maintainers = [ stdenv.lib.maintainers.lassulus ];
32 };
33}
+1-1
pkgs/games/zandronum/default.nix
···57 homepage = http://zandronum.com/;
58 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
59 maintainers = with maintainers; [ lassulus ];
060 platforms = platforms.linux;
61- license = licenses.bsdOriginal;
62 };
63}
···57 homepage = http://zandronum.com/;
58 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
59 maintainers = with maintainers; [ lassulus ];
60+ license = stdenv.lib.licenses.unfree;
61 platforms = platforms.linux;
062 };
63}
+1
pkgs/games/zdoom/default.nix
···33 meta = {
34 homepage = http://zdoom.org/;
35 description = "Enhanced port of the official DOOM source code";
036 maintainers = [ stdenv.lib.maintainers.lassulus ];
37 };
38}
···33 meta = {
34 homepage = http://zdoom.org/;
35 description = "Enhanced port of the official DOOM source code";
36+ license = stdenv.lib.licenses.unfree;
37 maintainers = [ stdenv.lib.maintainers.lassulus ];
38 };
39}