tsx: add HigherOrderLogic as maintainer

This commit is contained in:
HigherOrderLogic
2025-12-29 17:35:13 +00:00
parent 103425fd84
commit 8db56aee4d
+4 -1
View File
@@ -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";
};
})