about summary refs log tree commit diff
path: root/nixos/tests/systemd-networkd-dhcpserver.nix
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2023-07-23 12:21:28 +1000
committerTom Fitzhenry <tom@tom-fitzhenry.me.uk>2023-07-23 12:39:57 +1000
commitcb470d61c3fd1ea3f0c02350c2cabdd7928d931d (patch)
treedd988bc0efc80b3ca424cff424a166aa6051741d /nixos/tests/systemd-networkd-dhcpserver.nix
parent5c9830a303923f76589c5e58bccda54a8966cadb (diff)
remove tomfitzhenry@ as maintainer for some packages
Motivation: Over the foreseeable future I'll have less time to do
maintenance, so I'm reducing the set of packages I maintain to just
those that I use.
Diffstat (limited to 'nixos/tests/systemd-networkd-dhcpserver.nix')
-rw-r--r--nixos/tests/systemd-networkd-dhcpserver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/systemd-networkd-dhcpserver.nix b/nixos/tests/systemd-networkd-dhcpserver.nix
index a016f059456e1..cf0ccb7442118 100644
--- a/nixos/tests/systemd-networkd-dhcpserver.nix
+++ b/nixos/tests/systemd-networkd-dhcpserver.nix
@@ -10,7 +10,7 @@
 import ./make-test-python.nix ({pkgs, ...}: {
   name = "systemd-networkd-dhcpserver";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ tomfitzhenry ];
+    maintainers = [ ];
   };
   nodes = {
     router = { config, pkgs, ... }: {