Unverified Commit c2cf235b authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files

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.
parent 9dafcb91
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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";
  };
})