typescript: remove kachick from maintainers

The need for specific workarounds is gone since the previous commit.
Therefore, I no longer need to remain as a package maintainer.
This commit is contained in:
Kenichi Kamiya
2025-10-02 20:47:23 +09:00
parent 9dafcb91a2
commit c2cf235b18
+1 -3
View File
@@ -43,9 +43,7 @@ buildNpmPackage (finalAttrs: {
homepage = "https://www.typescriptlang.org/";
changelog = "https://github.com/microsoft/TypeScript/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
kachick
];
maintainers = [ ];
mainProgram = "tsc";
};
})