Merge pull request #225379 from tie/mainainers-add-tie-pufferpanel

maintainers: add tie

authored by ckie and committed by GitHub 2e4c842b 8c7ae65c

+7 -1
+6
maintainers/maintainer-list.nix
··· 15271 15271 githubId = 1618946; 15272 15272 name = "Tiago Castro"; 15273 15273 }; 15274 + tie = { 15275 + name = "Ivan Trubach"; 15276 + email = "mr.trubach@icloud.com"; 15277 + github = "tie"; 15278 + githubId = 14792994; 15279 + }; 15274 15280 tilcreator = { 15275 15281 name = "TilCreator"; 15276 15282 email = "contact.nixos@tc-j.de";
+1 -1
pkgs/servers/pufferpanel/default.nix
··· 94 94 description = "A free, open source game management panel"; 95 95 homepage = "https://www.pufferpanel.com/"; 96 96 license = with licenses; [ asl20 ]; 97 - maintainers = with maintainers; [ ckie ]; 97 + maintainers = with maintainers; [ ckie tie ]; 98 98 }; 99 99 }