about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2024-04-27 11:54:22 +0200
committerPierre Bourdon <delroth@gmail.com>2024-04-27 11:54:22 +0200
commit37889a30f95836c855d3ba12afb41abeea1dce3b (patch)
tree6655220c55e98404fda61d3f5cfd4319fb318a9a /nixos
parent8753c7c1bdfef557d724c7ed8d37b4c9a71fcda4 (diff)
maintainers: remove delroth
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/nginx-sso.nix2
-rw-r--r--nixos/tests/syncthing-relay.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/nginx-sso.nix b/nixos/tests/nginx-sso.nix
index 221c5f4ed9058..8c837cf033dc9 100644
--- a/nixos/tests/nginx-sso.nix
+++ b/nixos/tests/nginx-sso.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "nginx-sso";
   meta = {
-    maintainers = with pkgs.lib.maintainers; [ delroth ];
+    maintainers = with pkgs.lib.maintainers; [ ];
   };
 
   nodes.machine = {
diff --git a/nixos/tests/syncthing-relay.nix b/nixos/tests/syncthing-relay.nix
index 3d70b1eda7b2a..cab9bcafe9d5c 100644
--- a/nixos/tests/syncthing-relay.nix
+++ b/nixos/tests/syncthing-relay.nix
@@ -1,6 +1,6 @@
 import ./make-test-python.nix ({ lib, pkgs, ... }: {
   name = "syncthing-relay";
-  meta.maintainers = with pkgs.lib.maintainers; [ delroth ];
+  meta.maintainers = with pkgs.lib.maintainers; [ ];
 
   nodes.machine = {
     environment.systemPackages = [ pkgs.jq ];