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.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/ruplacer/default.nix b/pkgs/tools/text/ruplacer/default.nix
index 43253041b279..bb1d7dfc9904 100644
--- a/pkgs/tools/text/ruplacer/default.nix
+++ b/pkgs/tools/text/ruplacer/default.nix
@@ -17,6 +17,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Find and replace text in source files";
+    mainProgram = "ruplacer";
     homepage = "https://github.com/TankerHQ/ruplacer";
     license = [ licenses.bsd3 ];
     maintainers = with maintainers; [ Br1ght0ne ];