about summary refs log tree commit diff
path: root/nixos/tests/pomerium.nix
diff options
context:
space:
mode:
authorMorgan Helton <mhelton@gmail.com>2024-01-25 22:04:56 -0600
committerMorgan Helton <mhelton@gmail.com>2024-01-25 22:04:56 -0600
commit5b651da2433b45130eec8dd4df08a1f2983d3285 (patch)
treed886071d41fd5be0bbd2e83b251345dd663d6074 /nixos/tests/pomerium.nix
parent745e7d375797ad052ffafe14f9d50487e60ced9a (diff)
pomerium: add devusb to maintainers
Diffstat (limited to 'nixos/tests/pomerium.nix')
-rw-r--r--nixos/tests/pomerium.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/pomerium.nix b/nixos/tests/pomerium.nix
index abaf56c518e05..fcc83be16e15e 100644
--- a/nixos/tests/pomerium.nix
+++ b/nixos/tests/pomerium.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ pkgs, lib, ... }: {
   name = "pomerium";
   meta = with lib.maintainers; {
-    maintainers = [ lukegb ];
+    maintainers = [ lukegb devusb ];
   };
 
   nodes = let base = myIP: { pkgs, lib, ... }: {