about summary refs log tree commit diff
path: root/pkgs/tools/text/sd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/sd/default.nix')
-rw-r--r--pkgs/tools/text/sd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/sd/default.nix b/pkgs/tools/text/sd/default.nix
index 1fa508b1ef60e..66529514ec7b0 100644
--- a/pkgs/tools/text/sd/default.nix
+++ b/pkgs/tools/text/sd/default.nix
@@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec {
     description = "Intuitive find & replace CLI (sed alternative)";
     homepage = "https://github.com/chmln/sd";
     license = licenses.mit;
-    maintainers = with maintainers; [ amar1729 filalex77 ];
+    maintainers = with maintainers; [ amar1729 Br1ght0ne ];
   };
 }