mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
repgrep: set meta.mainProgram
This commit is contained in:
parent
e50d2c990f
commit
1caf779f9b
@ -42,5 +42,6 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/acheronfail/repgrep/blob/${src.rev}/CHANGELOG.md";
|
||||
license = with licenses; [ mit asl20 unlicense ];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
mainProgram = "rgr";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user