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:
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user