about summary refs log tree commit diff
path: root/pkgs/tools/text/ruplacer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/ruplacer/default.nix')
-rw-r--r--pkgs/tools/text/ruplacer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ruplacer/default.nix b/pkgs/tools/text/ruplacer/default.nix
index 7ebf739414a22..f4b3ed3dca4c4 100644
--- a/pkgs/tools/text/ruplacer/default.nix
+++ b/pkgs/tools/text/ruplacer/default.nix
@@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
     description = "Find and replace text in source files";
     homepage = "https://github.com/TankerHQ/ruplacer";
     license = [ licenses.bsd3 ];
-    maintainers = with maintainers; [ filalex77 ];
+    maintainers = with maintainers; [ Br1ght0ne ];
   };
 }