From 8628d2c2dc66ee37e21765428f5e3aa7e920183c Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 27 Feb 2026 07:29:44 -0700 Subject: [PATCH] step-kms-plugin: remove myself as maintainer --- pkgs/by-name/st/step-kms-plugin/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/st/step-kms-plugin/package.nix b/pkgs/by-name/st/step-kms-plugin/package.nix index 5a061773979f..d6ec456ad4b2 100644 --- a/pkgs/by-name/st/step-kms-plugin/package.nix +++ b/pkgs/by-name/st/step-kms-plugin/package.nix @@ -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"; }; }