node-manta: remove myself from maintainers

This commit is contained in:
teutat3s 2026-06-29 16:08:59 +02:00
commit a6901a0d3f
No known key found for this signature in database
GPG key ID: 18DAE600A6BBE705

View file

@ -53,7 +53,7 @@ buildNpmPackage rec {
homepage = "https://github.com/TritonDataCenter/node-manta";
changelog = "https://github.com/TritonDataCenter/node-manta/blob/v${version}/CHANGES.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ teutat3s ];
maintainers = [ ];
mainProgram = "mls";
};
}