summary refs log tree commit diff
path: root/pkgs/tools/misc/fd
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-06-08 13:24:35 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-06-08 13:25:00 +1000
commitbec1b17a4c70c7ab90ecde3f5dab81b8648aebc3 (patch)
treeced9e8d7054f3f11b64a38c0448aeffaab9ff928 /pkgs/tools/misc/fd
parent6ade1ec9a0c250d55da3b5a979827dcef4c69a70 (diff)
fd: add maintainer
Diffstat (limited to 'pkgs/tools/misc/fd')
-rw-r--r--pkgs/tools/misc/fd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/fd/default.nix b/pkgs/tools/misc/fd/default.nix
index 4fd4c5428d986..1f56eda0a422e 100644
--- a/pkgs/tools/misc/fd/default.nix
+++ b/pkgs/tools/misc/fd/default.nix
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
     '';
     homepage = "https://github.com/sharkdp/fd";
     license = with licenses; [ asl20 /* or */ mit ];
-    maintainers = with maintainers; [ dywedir globin ma27 ];
+    maintainers = with maintainers; [ dywedir globin ma27 zowoq ];
     platforms = platforms.all;
   };
 }