Revert "ripgrep: Set app program name"

This reverts commit 9fbcf91b3c.

Broke OfBorg's eval checks. :(
See <9fbcf91b3c (commitcomment-47236552)>.
This commit is contained in:
Alyssa Ross 2021-02-17 17:59:43 +00:00
parent 6b1057b452
commit d6fb31eb11
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -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";
};
}