about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-22 04:02:28 +0200
committerGitHub <noreply@github.com>2024-04-22 04:02:28 +0200
commit5cb9d83fb84a1d3bc19132cb6103ceceeafa754a (patch)
treec9de7047ed4b2dd88dfe6dc2ea3d061b19dff5ab /nixos/tests
parenta5edac542cb740e46b1d6d95ef762e221f91f5b5 (diff)
parent0d3b34f45acefcaef9ab7596ee1ed32c6b4d1e61 (diff)
Merge pull request #305826 from KamilaBorowska/maintainers-remove-kamilaborowska
maintainers: remove KamilaBorowska
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/caddy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/caddy.nix b/nixos/tests/caddy.nix
index 41d8e57de4686..0efe8f94e39dd 100644
--- a/nixos/tests/caddy.nix
+++ b/nixos/tests/caddy.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "caddy";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ xfix Br1ght0ne ];
+    maintainers = [ Br1ght0ne ];
   };
 
   nodes = {