ripgrep-all: add meta.mainProgram

This commit is contained in:
legendofmiracles 2021-04-27 18:49:10 +02:00
parent bed71fac10
commit 56b1f085a1
No known key found for this signature in database
GPG key ID: 19B082B3DEFE5451

View file

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