zoxide: adding missing meta.mainProgram

This commit is contained in:
Icy-Thought 2023-08-07 22:18:47 +02:00
parent e6086235bc
commit c1e1e365d2
No known key found for this signature in database
GPG key ID: B593E438DDAB3C66

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