From 47f346ef6fe6dd58d8f825a899b77584c6682ac2 Mon Sep 17 00:00:00 2001 From: Darren Rambaud <225436867+debtquity@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:03:10 -0500 Subject: [PATCH] kratos: add debtquity to maintainers * add self as maintainer --- pkgs/by-name/kr/kratos/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/kr/kratos/package.nix b/pkgs/by-name/kr/kratos/package.nix index 02b095a09925..9680d6b3989a 100644 --- a/pkgs/by-name/kr/kratos/package.nix +++ b/pkgs/by-name/kr/kratos/package.nix @@ -48,6 +48,9 @@ buildGoModule (finalAttrs: { description = "API-first Identity and User Management system that is built according to cloud architecture best practices"; homepage = "https://www.ory.sh/kratos/"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ mrmebelman ]; + maintainers = with lib.maintainers; [ + mrmebelman + debtquity + ]; }; })