diff --git a/common/deps.bzl b/common/deps.bzl index 39113e8..fe5096a 100644 --- a/common/deps.bzl +++ b/common/deps.bzl @@ -18,7 +18,7 @@ def rules_pkg(): def rules_kotlin(): http_archive( name = "io_bazel_rules_kotlin", - urls = ["https://github.com/vaticle/typedb/archive/c2519b00299cff9df22267e8359784e9948dba67.zip"], + urls = ["https://github.com/typedb/typedb/archive/c2519b00299cff9df22267e8359784e9948dba67.zip"], type = "zip", strip_prefix = "rules_kotlin-c2519b00299cff9df22267e8359784e9948dba67", sha256 = "1455f2ec4bf7ea12d2c90b0dfd6402553c3bb6cbc0271023e2e01ccdefb4a49a",