summary refs log tree commit diff
path: root/pkgs/tools/misc/exa/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/exa/default.nix')
-rw-r--r--pkgs/tools/misc/exa/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/exa/default.nix b/pkgs/tools/misc/exa/default.nix
index 7c43638ea56..1447c70412b 100644
--- a/pkgs/tools/misc/exa/default.nix
+++ b/pkgs/tools/misc/exa/default.nix
@@ -52,6 +52,6 @@ buildRustPackage rec {
     '';
     homepage = https://the.exa.website;
     license = licenses.mit;
-    maintainers = with maintainers; [ ehegnes lilyball ];
+    maintainers = with maintainers; [ ehegnes lilyball globin ];
   };
 }