mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
podman: add meta.mainProgram
This commit is contained in:
parent
2fe0900189
commit
8bcba5b863
@ -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 New Issue
Block a user