zoxide: adding missing meta.mainProgram

This commit is contained in:
Icy-Thought
2023-08-07 22:40:59 +02:00
parent e6086235bc
commit c1e1e365d2
+1
View File
@@ -44,5 +44,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/ajeetdsouza/zoxide/raw/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ ysndr cole-h SuperSandro2000 ];
mainProgram = "zoxide";
};
}