about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-07 12:16:39 +0100
committerGitHub <noreply@github.com>2023-12-07 12:16:39 +0100
commitbd917072f09467f152c06b6f48f7768301118c4d (patch)
tree0a8908a111497cdbdad63c01805b2eb607ded6c7 /nixos
parent374879e6df15613489d84498a288ff8e51af3e15 (diff)
parent4ab192e2600002d8da635e1e7f7c9b4e4262ec2c (diff)
Merge pull request #272317 from NixOS/backport-270847-to-release-23.11
[Backport release-23.11] tomcat10: 10.1.15 -> 10.1.16
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/tomcat.nix2
-rw-r--r--nixos/tests/tomcat.nix1
2 files changed, 2 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
diff --git a/nixos/tests/tomcat.nix b/nixos/tests/tomcat.nix
index a5f219e104ad4..ff58ca8ac618b 100644
--- a/nixos/tests/tomcat.nix
+++ b/nixos/tests/tomcat.nix
@@ -1,5 +1,6 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "tomcat";
+  meta.maintainers = [ lib.maintainers.anthonyroussel ];
 
   nodes.machine = { pkgs, ... }: {
     services.tomcat = {