From 9a5f5ee7d3bae6c42b95c5b0f5d2a1bb5243a5d5 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Wed, 29 Nov 2023 07:56:09 +0100 Subject: [PATCH] nixos/tomcat: add anthonyroussel to maintainers --- nixos/modules/services/web-servers/tomcat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-servers/tomcat.nix b/nixos/modules/services/web-servers/tomcat.nix index 30d6b99fcfda..8430265eabce 100644 --- a/nixos/modules/services/web-servers/tomcat.nix +++ b/nixos/modules/services/web-servers/tomcat.nix @@ -8,7 +8,7 @@ in { meta = { - maintainers = with lib.maintainers; [ danbst ]; + maintainers = with lib.maintainers; [ danbst anthonyroussel ]; }; ###### interface