about summary refs log tree commit diff
path: root/nixos/tests/tomcat.nix
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-29 07:56:25 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-11-29 07:56:25 +0100
commitb3c4d8ae8af158ddc33c0a8131a113dbb2056b96 (patch)
tree2eefc4bf38b9d02732fa839dca690a3daf1e4d3d /nixos/tests/tomcat.nix
parent9a5f5ee7d3bae6c42b95c5b0f5d2a1bb5243a5d5 (diff)
nixosTests.tomcat: add anthonyroussel to maintainers
Diffstat (limited to 'nixos/tests/tomcat.nix')
-rw-r--r--nixos/tests/tomcat.nix1
1 files changed, 1 insertions, 0 deletions
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 = {