typescript: add kachick as maintainer

authored by Kenichi Kamiya and committed by Masum Reza 050d2ca1 1ef2f007

+3 -1
+3 -1
pkgs/by-name/ty/typescript/package.nix
··· 68 68 homepage = "https://www.typescriptlang.org/"; 69 69 changelog = "https://github.com/microsoft/TypeScript/releases/tag/v${finalAttrs.version}"; 70 70 license = lib.licenses.asl20; 71 - maintainers = [ ]; 71 + maintainers = with lib.maintainers; [ 72 + kachick 73 + ]; 72 74 mainProgram = "tsc"; 73 75 }; 74 76 })