zoxide: adding missing meta.mainProgram
This commit is contained in:
parent
e6086235bc
commit
c1e1e365d2
1 changed files with 1 additions and 0 deletions
|
@ -44,5 +44,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
changelog = "https://github.com/ajeetdsouza/zoxide/raw/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/ajeetdsouza/zoxide/raw/v${version}/CHANGELOG.md";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ ysndr cole-h SuperSandro2000 ];
|
maintainers = with maintainers; [ ysndr cole-h SuperSandro2000 ];
|
||||||
|
mainProgram = "zoxide";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue