about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-01-06 04:51:44 +0100
committerGitHub <noreply@github.com>2024-01-06 04:51:44 +0100
commit095dec043797d80dac28453dd58aba1be8217f6b (patch)
tree74ad276458ddecc35b4a968101401d25b99b573e /nixos/tests
parent57d4305f78846e695812195671cb380c628f718e (diff)
parent46113713030bb9d6072cf1ec52b9f2aa16524314 (diff)
downloadnixlib-095dec043797d80dac28453dd58aba1be8217f6b.tar
nixlib-095dec043797d80dac28453dd58aba1be8217f6b.tar.gz
nixlib-095dec043797d80dac28453dd58aba1be8217f6b.tar.bz2
nixlib-095dec043797d80dac28453dd58aba1be8217f6b.tar.lz
nixlib-095dec043797d80dac28453dd58aba1be8217f6b.tar.xz
nixlib-095dec043797d80dac28453dd58aba1be8217f6b.tar.zst
nixlib-095dec043797d80dac28453dd58aba1be8217f6b.zip
Merge pull request #278808 from mweinelt/maintenance
Scale back maintainership on various packages
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/frr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/frr.nix b/nixos/tests/frr.nix
index 598d7a7d2867..0d1a6a694a82 100644
--- a/nixos/tests/frr.nix
+++ b/nixos/tests/frr.nix
@@ -29,7 +29,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
       name = "frr";
 
       meta = with pkgs.lib.maintainers; {
-        maintainers = [ hexa ];
+        maintainers = [ ];
       };
 
       nodes = {