about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-27 21:33:07 +0200
committerGitHub <noreply@github.com>2024-04-27 21:33:07 +0200
commitc2207529a23f81ac60c9f3436ae2f3e4faa218f5 (patch)
treee2086c2510c8d9e4e6a81cd4c7327a7f32d432f2 /nixos
parent18967e98c27c329a27b5e8b50cdd9748b501bbd4 (diff)
parentca9932abe509e9f72f792d42de70b73329ba143a (diff)
Merge pull request #307278 from andrew-d/andrew/remove-myself
maintainers: remove andrew-d as a maintainer
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/gvisor.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gvisor.nix b/nixos/tests/gvisor.nix
index 7f130b709fc9d..5c9447b07118d 100644
--- a/nixos/tests/gvisor.nix
+++ b/nixos/tests/gvisor.nix
@@ -3,7 +3,7 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "gvisor";
   meta = with pkgs.lib.maintainers; {
-    maintainers = [ andrew-d ];
+    maintainers = [ ];
   };
 
   nodes = {