about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorErik Arvstedt <erik.arvstedt@gmail.com>2022-06-26 19:12:18 +0200
committerErik Arvstedt <erik.arvstedt@gmail.com>2022-06-26 19:12:18 +0200
commit1a32663efcdb2742c440419ee73b6626ae02f5aa (patch)
tree13cfcb51ef81506ae66ce812778144cb707b4480 /pkgs/applications/office
parentea532fe8331b815de65b52947b250e1c7f577aae (diff)
treewide: rename maintainer `earvstedt` -> `erikarvstedt`
The maintainer name now matches the Github username, which simplifies
maintainer notifications.
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/paperless-ngx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix
index 18b22217004f1..75bc494d3a879 100644
--- a/pkgs/applications/office/paperless-ngx/default.nix
+++ b/pkgs/applications/office/paperless-ngx/default.nix
@@ -196,6 +196,6 @@ py.pkgs.pythonPackages.buildPythonApplication rec {
     description = "A supercharged version of paperless: scan, index, and archive all of your physical documents";
     homepage = "https://paperless-ngx.readthedocs.io/en/latest/";
     license = licenses.gpl3Only;
-    maintainers = with maintainers; [ lukegb gador earvstedt ];
+    maintainers = with maintainers; [ lukegb gador erikarvstedt ];
   };
 }