Merge pull request #120893 from legendofmiracles/master
ripgrep[-all]: add meta.mainProgram
This commit is contained in:
commit
7e6dd260a8
@ -58,5 +58,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/phiresky/ripgrep-all";
|
||||
license = with licenses; [ agpl3Plus ];
|
||||
maintainers = with maintainers; [ zaninime ma27 ];
|
||||
mainProgram = "rga";
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user