triton: remove myself from maintainers

This commit is contained in:
teutat3s
2026-06-29 17:42:26 +02:00
parent 166fb098f1
commit 12a2058af6
+1 -1
View File
@@ -40,7 +40,7 @@ buildNpmPackage rec {
description = "TritonDataCenter Client CLI and Node.js SDK";
homepage = "https://github.com/TritonDataCenter/node-triton";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ teutat3s ];
maintainers = [ ];
mainProgram = "triton";
};
}