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

podman: add `meta.mainProgram`
This commit is contained in:
Martin Weinelt 2024-03-23 02:31:36 +01:00 committed by GitHub
commit 42c3452fa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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