[Backport release-26.05] triton: remove myself from maintainers (#536807)

This commit is contained in:
Peder Bergebakken Sundt 2026-06-29 23:08:07 +00:00 committed by GitHub
commit a58b558419
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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