yazi: add mainProgram in meta

This commit is contained in:
arthsmn 2023-12-17 14:51:00 -03:00 committed by Matthieu Coudron
parent 50a4a5871f
commit 5b16aafb00

View file

@ -74,5 +74,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sxyazi/yazi";
license = licenses.mit;
maintainers = with maintainers; [ xyenon matthiasbeyer ];
mainProgram = "yazi";
};
}