podman: add meta.mainProgram
This commit is contained in:
parent
2fe0900189
commit
8bcba5b863
1 changed files with 1 additions and 0 deletions
|
@ -155,5 +155,6 @@ buildGoModule rec {
|
|||
changelog = "https://github.com/containers/podman/blob/v${version}/RELEASE_NOTES.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ marsam ] ++ teams.podman.members;
|
||||
mainProgram = "podman";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue