diff --git a/pkgs/by-name/oa/oathkeeper/package.nix b/pkgs/by-name/oa/oathkeeper/package.nix index 9e586a9fe021..2cba65f26625 100644 --- a/pkgs/by-name/oa/oathkeeper/package.nix +++ b/pkgs/by-name/oa/oathkeeper/package.nix @@ -40,7 +40,10 @@ buildGoModule { description = "Open-source identity and access proxy that authorizes HTTP requests based on sets of rules"; homepage = "https://www.ory.sh/oathkeeper/"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ camcalaquian ]; + maintainers = with lib.maintainers; [ + camcalaquian + debtquity + ]; mainProgram = "oathkeeper"; }; }