step-kms-plugin: remove myself as maintainer

This commit is contained in:
Aaron Bieber
2026-02-27 07:59:11 -07:00
parent fcf894d57e
commit 8628d2c2dc
+1 -1
View File
@@ -48,7 +48,7 @@ buildGoModule rec {
description = "Step plugin to manage keys and certificates on cloud KMSs and HSMs";
homepage = "https://smallstep.com/cli/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ qbit ];
maintainers = [ ];
mainProgram = "step-kms-plugin";
};
}