triton: remove myself from maintainers

(cherry picked from commit 12a2058af6)
This commit is contained in:
teutat3s 2026-06-29 16:09:27 +02:00 committed by github-actions[bot]
commit f623c9925a

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";
};
}