summary refs log tree commit diff
path: root/pkgs/tools/misc/lsd
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/lsd')
-rw-r--r--pkgs/tools/misc/lsd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/lsd/default.nix b/pkgs/tools/misc/lsd/default.nix
index 415c55fb611..db8c40b6ffe 100644
--- a/pkgs/tools/misc/lsd/default.nix
+++ b/pkgs/tools/misc/lsd/default.nix
@@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/Peltoche/lsd";
     description = "The next gen ls command";
     license = licenses.asl20;
-    maintainers = with maintainers; [ filalex77 marsam ];
+    maintainers = with maintainers; [ filalex77 marsam zowoq ];
   };
 }