summaryrefslogtreecommitdiffstats
path: root/nixos/tests/containers-ip.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/containers-ip.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/containers-ip.nix')
-rw-r--r--nixos/tests/containers-ip.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/containers-ip.nix b/nixos/tests/containers-ip.nix
index ecff99a3f0c2..034e5d660415 100644
--- a/nixos/tests/containers-ip.nix
+++ b/nixos/tests/containers-ip.nix
@@ -14,7 +14,7 @@ let
in import ./make-test-python.nix ({ pkgs, lib, ... }: {
name = "containers-ipv4-ipv6";
meta = {
- maintainers = with lib.maintainers; [ aristid aszlig eelco kampfschlaefer ];
+ maintainers = with lib.maintainers; [ aristid aszlig kampfschlaefer ];
};
nodes.machine =