tsx: add HigherOrderLogic as maintainer
This commit is contained in:
@@ -104,7 +104,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "TypeScript Execute (tsx): The easiest way to run TypeScript in Node.js";
|
||||
homepage = "https://tsx.is";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.sdedovic ];
|
||||
maintainers = with lib.maintainers; [
|
||||
sdedovic
|
||||
higherorderlogic
|
||||
];
|
||||
mainProgram = "tsx";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user