about summary refs log tree commit diff
path: root/nixos/tests/earlyoom.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2024-04-19 09:48:49 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2024-04-19 09:50:56 -0300
commit7b7ccd525c8816f7b5d4c79cf6238ab767d00fd4 (patch)
treedd5b35299fc01f751a1e1405108658389a48f022 /nixos/tests/earlyoom.nix
parent1b123a1cf340bb8bb3f1f63bbf59e9e528b3f004 (diff)
nixosTests.earlyoom: add AndersonTorres as maintainer
Diffstat (limited to 'nixos/tests/earlyoom.nix')
-rw-r--r--nixos/tests/earlyoom.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/earlyoom.nix b/nixos/tests/earlyoom.nix
index 75bdf56899b30..b7850ddeaaab3 100644
--- a/nixos/tests/earlyoom.nix
+++ b/nixos/tests/earlyoom.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ lib, ... }: {
   name = "earlyoom";
   meta = {
-    maintainers = with lib.maintainers; [ ncfavier ];
+    maintainers = with lib.maintainers; [ ncfavier AndersonTorres ];
   };
 
   machine = {