oathkeeper: add debtquity to maintainers

* add self as maintainer for oathkeeper
This commit is contained in:
Darren Rambaud
2026-03-07 13:23:17 -06:00
parent 2a35049468
commit 2a5756513f
+4 -1
View File
@@ -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";
};
}