lol

zeroad: Add myself as a maintainer

authored by

Charlotte Van Petegem and committed by
Jonathan Ringer
b6515509 701664ea

+2
+1
pkgs/games/0ad/data.nix
··· 19 19 description = "A free, open-source game of ancient warfare -- data files"; 20 20 homepage = "https://play0ad.com/"; 21 21 license = licenses.cc-by-sa-30; 22 + maintainers = with maintainers; [ chvp ]; 22 23 platforms = platforms.linux; 23 24 hydraPlatforms = []; 24 25 };
+1
pkgs/games/0ad/game.nix
··· 101 101 gpl2 lgpl21 mit cc-by-sa-30 102 102 licenses.zlib # otherwise masked by pkgs.zlib 103 103 ]; 104 + maintainers = with maintainers; [ chvp ]; 104 105 platforms = subtractLists platforms.i686 platforms.linux; 105 106 }; 106 107 }