triton: remove myself from maintainers (#536686)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-29 21:04:50 +00:00
committed by GitHub
+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";
};
}