Commit 8628d2c2 authored by Aaron Bieber's avatar Aaron Bieber
Browse files

step-kms-plugin: remove myself as maintainer

parent fcf894d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}