From 68a4e0db6d204eb86962b80cfb45a5a6208515f8 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Thu, 22 Feb 2024 09:24:04 -0500 Subject: [PATCH] keycloak: add nickcao to maintainers --- pkgs/servers/keycloak/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/keycloak/default.nix b/pkgs/servers/keycloak/default.nix index a2e3920b8159..96a8f4673e66 100644 --- a/pkgs/servers/keycloak/default.nix +++ b/pkgs/servers/keycloak/default.nix @@ -84,7 +84,7 @@ in stdenv.mkDerivation rec { sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.asl20; platforms = jre.meta.platforms; - maintainers = with maintainers; [ ngerstle talyz ]; + maintainers = with maintainers; [ ngerstle talyz nickcao ]; }; }