about summary refs log tree commit diff
path: root/pkgs/tools/misc/exa
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-06-08 13:24:34 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-06-08 13:24:54 +1000
commit6ade1ec9a0c250d55da3b5a979827dcef4c69a70 (patch)
tree0048bcf18f8d8724e5b5783e7de6ec1b48302dae /pkgs/tools/misc/exa
parentefe9c7c138873efd52e2fb9f55282838e6d588ae (diff)
exa: add maintainer
Diffstat (limited to 'pkgs/tools/misc/exa')
-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 fd6baadb685c3..13c8b3f1d4f55 100644
--- a/pkgs/tools/misc/exa/default.nix
+++ b/pkgs/tools/misc/exa/default.nix
@@ -57,6 +57,6 @@ buildRustPackage rec {
     '';
     homepage = "https://the.exa.website";
     license = licenses.mit;
-    maintainers = with maintainers; [ ehegnes lilyball globin ];
+    maintainers = with maintainers; [ ehegnes lilyball globin zowoq ];
   };
 }