summary refs log tree commit diff
path: root/nixos/tests/paperless.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/paperless.nix')
-rw-r--r--nixos/tests/paperless.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/paperless.nix b/nixos/tests/paperless.nix
index 51fe7c20785..12883cd62c6 100644
--- a/nixos/tests/paperless.nix
+++ b/nixos/tests/paperless.nix
@@ -1,6 +1,6 @@
 import ./make-test-python.nix ({ lib, ... }: {
   name = "paperless";
-  meta.maintainers = with lib.maintainers; [ earvstedt Flakebi ];
+  meta.maintainers = with lib.maintainers; [ erikarvstedt Flakebi ];
 
   nodes.machine = { pkgs, ... }: {
     environment.systemPackages = with pkgs; [ imagemagick jq ];