kratos: add debtquity to maintainers

* add self as maintainer
This commit is contained in:
Darren Rambaud
2026-03-20 14:03:10 -05:00
parent a07a83a6e5
commit 47f346ef6f
+4 -1
View File
@@ -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
];
};
})