Unverified Commit 42c3452f authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #297523 from networkException/podman-meta-mainprogram

podman: add `meta.mainProgram`
parents 379e479d 8bcba5b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
  };
}