about summary refs log tree commit diff
path: root/nixos/tests/ipv6.nix
diff options
context:
space:
mode:
authorJade Lovelace <software@lfcode.ca>2024-04-21 00:15:22 -0700
committerJade Lovelace <software@lfcode.ca>2024-05-12 12:48:57 -0700
commit3fd324f823f687902cb7aaa59e0cd75a733f8861 (patch)
tree4f2f0c65efba969dd17ce111f4fee62e8ea06a65 /nixos/tests/ipv6.nix
parentfe5bfe5593d462d9b4e2a2b887ec76952c7917ee (diff)
nixos: remove historical maintainership of modules by eelco
Eelco has made several early contributions to NixOS including writing
the samba module among other things, but is more or less inactive these
days.

By my brief inspection, he has not committed to the nixos/ tree since
releasing Nix 2.13 in early 2023 and merging a PR to networking tests
slightly before that. A lot of these tests/modules are actually
unmaintained in practice, so we should update the code to reflect the
practical reality so someone can consider picking them up.
Diffstat (limited to 'nixos/tests/ipv6.nix')
-rw-r--r--nixos/tests/ipv6.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/ipv6.nix b/nixos/tests/ipv6.nix
index 75faa6f602010..7f91457fa5ea8 100644
--- a/nixos/tests/ipv6.nix
+++ b/nixos/tests/ipv6.nix
@@ -4,7 +4,7 @@
 import ./make-test-python.nix ({ pkgs, lib, ...} : {
   name = "ipv6";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ eelco ];
+    maintainers = [ ];
   };
 
   nodes =