ripgrep: add meta.mainProgram

This commit is contained in:
legendofmiracles 2021-04-27 18:46:23 +02:00
parent 24063d067f
commit bed71fac10
No known key found for this signature in database
GPG key ID: 19B082B3DEFE5451

View file

@ -51,5 +51,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/BurntSushi/ripgrep";
license = with licenses; [ unlicense /* or */ mit ];
maintainers = with maintainers; [ tailhook globin ma27 zowoq ];
mainProgram = "rg";
};
}