This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/flatbuffer-license-cp in repository https://gitbox.apache.org/repos/asf/beam.git
commit 18194eab82a2dca86646b5eea959edbb4b807617 Author: Danny McCormick <[email protected]> AuthorDate: Tue Jan 31 11:53:38 2023 -0500 Fix pulling licenses --- sdks/python/container/license_scripts/dep_urls_py.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/container/license_scripts/dep_urls_py.yaml b/sdks/python/container/license_scripts/dep_urls_py.yaml index ed6bf896777..9aa1111e85d 100644 --- a/sdks/python/container/license_scripts/dep_urls_py.yaml +++ b/sdks/python/container/license_scripts/dep_urls_py.yaml @@ -65,7 +65,7 @@ pip_dependencies: license: "https://raw.githubusercontent.com/fastavro/fastavro/master/LICENSE" notice: "https://raw.githubusercontent.com/fastavro/fastavro/master/NOTICE.txt" flatbuffers: - license: "https://raw.githubusercontent.com/google/flatbuffers/master/LICENSE.txt" + license: "https://raw.githubusercontent.com/google/flatbuffers/master/LICENSE" funcsigs: license: "https://raw.githubusercontent.com/aliles/funcsigs/master/LICENSE" futures:
