about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-29 07:56:09 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-12-05 18:34:11 +0000
commit8dc3d99088d6a6cb3ed72b836dcdcf960d39a2d8 (patch)
treed32a30d13d0b3567f392d6e7cd41d5e514f7e321 /nixos/modules
parent876fbefc26cc5f18b4beb6a259f0b9271c2b0811 (diff)
nixos/tomcat: add anthonyroussel to maintainers
(cherry picked from commit 9a5f5ee7d3bae6c42b95c5b0f5d2a1bb5243a5d5)
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/web-servers/tomcat.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/tomcat.nix b/nixos/modules/services/web-servers/tomcat.nix
index 30d6b99fcfda1..8430265eabcef 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