From 58614f841625c3064b8229ef6438efebdc3cc851 Mon Sep 17 00:00:00 2001 From: talyz Date: Tue, 4 May 2021 17:17:27 +0200 Subject: [PATCH] nixos/keycloak: Add myself to maintainers --- nixos/modules/services/web-apps/keycloak.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/web-apps/keycloak.nix b/nixos/modules/services/web-apps/keycloak.nix index 33155c114513..8986e9fb0abe 100644 --- a/nixos/modules/services/web-apps/keycloak.nix +++ b/nixos/modules/services/web-apps/keycloak.nix @@ -712,4 +712,5 @@ in }; meta.doc = ./keycloak.xml; + meta.maintainers = [ lib.maintainers.talyz ]; }