From 7d33060e6ae3ebe54462a891f0c566c97371915b Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sat, 22 Jul 2023 20:43:30 +0100 Subject: [PATCH] Add `upstream_repository` to metadata for `s2clientprotocol` (#10500) These stubs were added yesterday in #10372, and I forgot that we had just added this new metadata field --- stubs/s2clientprotocol/METADATA.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/s2clientprotocol/METADATA.toml b/stubs/s2clientprotocol/METADATA.toml index 1fd4f42eb..7df358b65 100644 --- a/stubs/s2clientprotocol/METADATA.toml +++ b/stubs/s2clientprotocol/METADATA.toml @@ -1,2 +1,3 @@ version = "5.*" +upstream_repository = "https://github.com/Blizzard/s2client-proto" requires = ["types-protobuf"]