We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9c98c commit 3705f44Copy full SHA for 3705f44
dependencies/typedb/repositories.bzl
@@ -27,7 +27,7 @@ def typedb_dependencies():
27
def typedb_protocol():
28
git_repository(
29
name = "typedb_protocol",
30
- remote = "https://github.com/typedb/typedb-protocol",
+ remote = "https://github.com/krishnangovindraj/typedb-protocol",
31
commit = "bf987393f6eb1462846d6c62bf2ffe7ae4b6e90d", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_protocol
32
)
33
0 commit comments