eza: add meta.mainProgram

This commit is contained in:
Ludovico Piero
2023-08-25 14:08:14 +00:00
committed by Anderson Torres
parent 8415619e42
commit 4ce973d7bd
+1
View File
@@ -57,6 +57,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/eza-community/eza";
license = licenses.mit;
mainProgram = "eza";
maintainers = with maintainers; [ cafkafk ];
};
}