repgrep: set meta.mainProgram

This commit is contained in:
figsoda 2023-07-02 14:58:30 -04:00 committed by Matthieu Coudron
parent e50d2c990f
commit 1caf779f9b

View File

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