···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+ license = stdenv.lib.licenses.unfree;
3031 maintainers = [ stdenv.lib.maintainers.lassulus ];
3132 };
3233}
+1-1
pkgs/games/zandronum/default.nix
···5757 homepage = http://zandronum.com/;
5858 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
5959 maintainers = with maintainers; [ lassulus ];
6060+ license = stdenv.lib.licenses.unfree;
6061 platforms = platforms.linux;
6161- license = licenses.bsdOriginal;
6262 };
6363}
+1
pkgs/games/zdoom/default.nix
···3333 meta = {
3434 homepage = http://zdoom.org/;
3535 description = "Enhanced port of the official DOOM source code";
3636+ license = stdenv.lib.licenses.unfree;
3637 maintainers = [ stdenv.lib.maintainers.lassulus ];
3738 };
3839}