podman: add meta.mainProgram

This commit is contained in:
networkException 2024-03-20 21:03:57 +01:00
parent 2fe0900189
commit 8bcba5b863
No known key found for this signature in database
GPG Key ID: E3877443AE684391

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