triton: remove myself from maintainers

This commit is contained in:
teutat3s 2026-06-29 16:09:27 +02:00
commit 12a2058af6
No known key found for this signature in database
GPG key ID: 18DAE600A6BBE705

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