about summary refs log tree commit diff
path: root/nixos/tests/systemd-networkd-dhcpserver-static-leases.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-static-leases.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-static-leases.nix')
-rw-r--r--nixos/tests/systemd-networkd-dhcpserver-static-leases.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/systemd-networkd-dhcpserver-static-leases.nix b/nixos/tests/systemd-networkd-dhcpserver-static-leases.nix
index a8254a158016b..f6d5411aa5cad 100644
--- a/nixos/tests/systemd-networkd-dhcpserver-static-leases.nix
+++ b/nixos/tests/systemd-networkd-dhcpserver-static-leases.nix
@@ -3,7 +3,7 @@
 import ./make-test-python.nix ({ lib, ... }: {
   name = "systemd-networkd-dhcpserver-static-leases";
   meta = with lib.maintainers; {
-    maintainers = [ veehaitch tomfitzhenry ];
+    maintainers = [ veehaitch ];
   };
   nodes = {
     router = {