Unverified Commit d6fb31eb authored by Alyssa Ross's avatar Alyssa Ross
Browse files

Revert "ripgrep: Set app program name"

parent 6b1057b4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -44,6 +44,5 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/BurntSushi/ripgrep";
    license = with licenses; [ unlicense /* or */ mit ];
    maintainers = with maintainers; [ tailhook globin ma27 zowoq ];
    mainProgram = "rg";
  };
}