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