typescript: add kachick as maintainer
This commit is contained in:
committed by
Masum Reza
parent
1ef2f0078c
commit
050d2ca17a
@@ -68,7 +68,9 @@ buildNpmPackage (finalAttrs: {
|
||||
homepage = "https://www.typescriptlang.org/";
|
||||
changelog = "https://github.com/microsoft/TypeScript/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [
|
||||
kachick
|
||||
];
|
||||
mainProgram = "tsc";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user