summary refs log tree commit diff
path: root/pkgs/development/tools/misc/strace-analyzer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/strace-analyzer/default.nix')
-rw-r--r--pkgs/development/tools/misc/strace-analyzer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/strace-analyzer/default.nix b/pkgs/development/tools/misc/strace-analyzer/default.nix
index 21f4aa53317..db0591cab10 100644
--- a/pkgs/development/tools/misc/strace-analyzer/default.nix
+++ b/pkgs/development/tools/misc/strace-analyzer/default.nix
@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
     description = "Analyzes strace output";
     homepage = "https://github.com/wookietreiber/strace-analyzer";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ figsoda ];
   };
 }